|
@@ -19,6 +19,21 @@ Page({
|
|
model: 0,
|
|
model: 0,
|
|
connectDevice: {},
|
|
connectDevice: {},
|
|
typeList: [
|
|
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) {
|
|
getModeName(curItem) {
|