Преглед изворни кода

feafeature:还原连接模式

zeng.chen пре 8 месеци
родитељ
комит
846ebd2550
1 измењених фајлова са 15 додато и 0 уклоњено
  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) {