Browse Source

1110

master
xiaohei 1 year ago
parent
commit
22eaa125f1
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      pages/Bluetooth/Bluetooth.js

+ 1
- 1
pages/Bluetooth/Bluetooth.js View File

@ -1670,7 +1670,7 @@ Page({
// 注册到平台 // 注册到平台
resgiterDeviceMethods1() { resgiterDeviceMethods1() {
if (this.data.selectRadio1 == '1201') { if (this.data.selectRadio1 == '1201') {
this.addAdmin()
} else if (this.data.selectRadio1 == '1221') { } else if (this.data.selectRadio1 == '1221') {
} else if (this.data.selectRadio1 == '1231') { } else if (this.data.selectRadio1 == '1231') {


Loading…
Cancel
Save