修改636 和 568的配置信息、配图,添加体重秤校验

This commit is contained in:
17792275749
2025-05-07 09:27:02 +08:00
parent 2fc1f423bd
commit ade0ef8034
5 changed files with 21 additions and 9 deletions
+1 -1
View File
@@ -195,7 +195,7 @@ Page({
})
let seviceList = [];
app.globalData.ppScale.device.setting.map(item => {
if(this.data.deviceInfo.type === item.deviceName) {
if(this.data.deviceInfo && this.data.deviceInfo.type === item.deviceName) {
seviceList.push(item);
}
})