[AI Generated]: feat(*): 新增蓝牙保活机制、设备初始化功能及用户双向同步逻辑
Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
co-authored by
Claude Opus 4.6
parent
0a6578c2c9
commit
c41c7d9f63
@@ -100,7 +100,7 @@ Component({
|
||||
},
|
||||
|
||||
netWorkCallBack(res) {
|
||||
if(res === 23) {
|
||||
if(res == 23) {
|
||||
app.globalData.ppScale.wifi.ssid = this.data.selectWifi.ssid;
|
||||
app.globalData.ppScale.wifi.password = this.data.selectWifiPWD;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user