瀏覽代碼

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) {