更新100、670电量低的提示方式为监听式
This commit is contained in:
@ -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);
|
||||
}
|
||||
});
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user