From c569d54aaedb9ca0756a41e48104e9791cba7c5c Mon Sep 17 00:00:00 2001 From: xiaohei <11674173+xiaohei102908@user.noreply.gitee.com> Date: Fri, 10 Nov 2023 17:55:41 +0800 Subject: [PATCH] 1110 --- pages/Bluetooth/Bluetooth.js | 40 ++++++++++++++++++++-------------------- 1 file changed, 20 insertions(+), 20 deletions(-) diff --git a/pages/Bluetooth/Bluetooth.js b/pages/Bluetooth/Bluetooth.js index 19bb58d..e09dd78 100644 --- a/pages/Bluetooth/Bluetooth.js +++ b/pages/Bluetooth/Bluetooth.js @@ -3079,26 +3079,26 @@ Page({ isBindLock: data.data.isBind }) - if (data.data.isBind) { - var dataStr = { - code: "lwj/registerSupperAdmin", - data: { - lockerId: that.data.deviceNum, - lockerSuperAdminId: basecode, - bluetoothMac: lockMac, - } - } - WXAPI.sendCommand(dataStr).then((res2) => { - - }) - wx.showToast({ - title: '绑定成功!', - }) - } else { - wx.showToast({ - title: '绑定失败!', - }) - } + // if (data.data.isBind) { + // var dataStr = { + // code: "lwj/registerSupperAdmin", + // data: { + // lockerId: that.data.deviceNum, + // lockerSuperAdminId: basecode, + // bluetoothMac: lockMac, + // } + // } + // WXAPI.sendCommand(dataStr).then((res2) => { + + // }) + // wx.showToast({ + // title: '绑定成功!', + // }) + // } else { + // wx.showToast({ + // title: '绑定失败!', + // }) + // } break } case 'sendUnbindLock': {