Parcourir la source

feature: 解决报错问题

Damon il y a 7 mois
Parent
commit
c7d39de228

+ 1 - 1
pages/deviceConnect2/deviceConnect2.js

@@ -132,7 +132,7 @@ Page({
     });
   },
 
-  async Connect: function (e) {
+  Connect: async function (e) {
     // if(!this.data.islanya) {
     //   return;
     // };

+ 1 - 1
pages/deviceConnect3/deviceConnect3.js

@@ -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);
   }
 })