更新100、670电量低的提示方式为监听式

This commit is contained in:
liub
2026-03-09 16:10:48 +08:00
parent 0aa012d9c7
commit 1eae2d1d91
7 changed files with 214 additions and 244 deletions

View File

@ -72,7 +72,6 @@
callback: this.scan
}],
title: '扫码'
},
},
formData: {
@ -208,7 +207,7 @@
this.qrCodeResult(cleanedResult, true, null);
},
fail: (err) => {
this.showMsg("扫码失败:" + err.errMsg, MsgType.error);
MsgError("扫码失败:" + err.errMsg,"确定",these);
}
});
},

View File

@ -187,7 +187,8 @@ import BleReceive from '@/utils/BleReceive';
navTitle: "我的设备",
deleteShow: false,
RenameModel: false,
menuItems: [{
menuItems: [
{
text: '扫一扫添加',
icon: '/static/images/common/scane.png',
action: 'scan'