common/Bridge.js | ●●●●● patch | view | raw | blame | history | |
common/BridgeTelling.js | ●●●●● patch | view | raw | blame | history | |
forms/input/CInputScanCode.vue | ●●●●● patch | view | raw | blame | history |
common/Bridge.js
@@ -151,7 +151,6 @@ // 有通知回调 if (marker) { this._receives[method](param2, (param2) => { debugger; this._sendTelling(method, param2 || {}, marker); }); } common/BridgeTelling.js
@@ -72,6 +72,10 @@ } $pageBridge(page, method, res, callback) { try { res = typeof res === 'string' ? JSON.parse(res) : res; } catch (e) { } page.$component.$onBridge(method, res, callback); } forms/input/CInputScanCode.vue
@@ -101,7 +101,9 @@ if (this.onScaning) { this.onScaning(res => { this.scaning = false; this.itemRes.onChange(res.result); if (res.result) { this.itemRes.onChange(res.result); } }); } }