Browse Source

feafeature:修改冲突

zeng.chen 8 months ago
parent
commit
bf5faf24fc
1 changed files with 2 additions and 4 deletions
  1. 2 4
      pages/index/index.js

+ 2 - 4
pages/index/index.js

@@ -127,12 +127,10 @@ Page({
     var devicelist = wx.getStorageSync("devicelist") || "";
     if (!strings.isEmpty(devicelist)) {
       var list = JSON.parse(devicelist);
-<<<<<<< Updated upstream
+
       that.updateDeviceList(list, true);
-=======
-      that.updateDeviceList(list, false);
       that.tryConnectBle()
->>>>>>> Stashed changes
+
     }
   },