@@ -132,7 +132,7 @@ Page({
});
},
- async Connect: function (e) {
+ Connect: async function (e) {
// if(!this.data.islanya) {
// return;
// };
@@ -186,7 +186,7 @@ Page({
goIndex() {
// BLUFI_7cdfa1fd3cfc
- app.globalData.newDeviceId = this.data.name;
+ app.globalData.newDeviceId = this.data.name;
route_util.goBackRoute(route_constant.indexRoot);
}
})