|
@@ -803,6 +803,7 @@ Page({
|
|
|
|
|
|
/// 断开连接wifi
|
|
/// 断开连接wifi
|
|
async cancelWifi(index) {
|
|
async cancelWifi(index) {
|
|
|
|
+ var that = this;
|
|
const id = that.data.deviceList[index].deviceId;
|
|
const id = that.data.deviceList[index].deviceId;
|
|
let name = that.data.deviceListIndex !== null ? that.data.deviceList[that.data.deviceListIndex].name : null;
|
|
let name = that.data.deviceListIndex !== null ? that.data.deviceList[that.data.deviceListIndex].name : null;
|
|
|
|
|