forms/input/CInputExpressCode.vue | ●●●●● patch | view | raw | blame | history |
forms/input/CInputExpressCode.vue
@@ -71,7 +71,11 @@ this.itemRes.onChange(res.result); }, fail: err => { if (err.errMsg.indexOf('cancel') >= 0) { Tools.toast('扫码已取消'); } else { Tools.toast('扫码失败!'); } this.scaning = false; }, });