更换WIFI
This commit is contained in:
@@ -6,7 +6,7 @@ Page({
|
||||
deviceInfo: null,
|
||||
},
|
||||
|
||||
onLoad(options) {
|
||||
onShow() {
|
||||
this.getDevice();
|
||||
},
|
||||
|
||||
@@ -20,6 +20,12 @@ Page({
|
||||
})
|
||||
},
|
||||
|
||||
openReplaceNetwork() {
|
||||
wx.navigateTo({
|
||||
url: "/pages/replaceNetwork/replaceNetwork"
|
||||
})
|
||||
},
|
||||
|
||||
delDevice() {
|
||||
let scaleDeviceId = this.data.deviceInfo.macAddress.replace(/:/g, '');
|
||||
let params = {
|
||||
|
||||
Reference in New Issue
Block a user