[AI Generated]: feat(*): 新增蓝牙保活机制、设备初始化功能及用户双向同步逻辑

Co-Authored-By: Claude Opus 4.6 <noreply@anthropic.com>
This commit is contained in:
17792275749
2026-03-11 13:36:06 +08:00
co-authored by Claude Opus 4.6
parent 0a6578c2c9
commit c41c7d9f63
5 changed files with 149 additions and 42 deletions
@@ -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;