Ver código fonte

feafeature:修改冲突

zeng.chen 8 meses atrás
pai
commit
bf5faf24fc
1 arquivos alterados com 2 adições e 4 exclusões
  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
+
     }
   },