2025年4月2日19:51:49

This commit is contained in:
17792275749
2025-04-02 19:51:52 +08:00
parent cb50138e38
commit 62091ee0c1
3 changed files with 33 additions and 19 deletions
-5
View File
@@ -41,10 +41,5 @@ App({
wx.hideLoading();
});
plugin.bus.subscribe("devicesModel", (res) => {
console.log('app.js devicesModel', res);
this.globalData.ppScale.device.mac = res.deviceMac;
});
},
})