修改636 和 568的配置信息、配图,添加体重秤校验
This commit is contained in:
@@ -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);
|
||||
}
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user