Sfoglia il codice sorgente

feafeature:修改冲突

zeng.chen 8 mesi fa
parent
commit
bf5faf24fc
1 ha cambiato i file con 2 aggiunte e 4 eliminazioni
  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
+
     }
   },