Explorar o código

feafeature:还原连接模式

zeng.chen hai 8 meses
pai
achega
846ebd2550
Modificáronse 1 ficheiros con 15 adicións e 0 borrados
  1. 15 0
      pages/deviceConMode/index.js

+ 15 - 0
pages/deviceConMode/index.js

@@ -19,6 +19,21 @@ Page({
     model: 0,
     connectDevice: {},
     typeList: [
+      {
+        "icon": "../../images/device/mode_wifi.png",
+        "text": "WiFi模式",
+        "type": 2,
+      },
+      {
+        "icon": "../../images/device/mode_ble.png",
+        "text": "蓝牙模式",
+        "type": 1,
+      },
+      {
+        "icon": "../../images/device/mode_g4.png",
+        "text": "4G模式",
+        "type": 4,
+      },
     ],
   },
   getModeName(curItem) {