forms/input/CInputExpressCode.vue | ●●●●● patch | view | raw | blame | history | |
forms/input/CInputScanCode.vue | ●●●●● patch | view | raw | blame | history |
forms/input/CInputExpressCode.vue
@@ -65,7 +65,7 @@ handleScan() { this.scaning = true; Taro.scanCode({ onlyFromCamera: true, onlyFromCamera: false, scanType: 'barCode', success: res => { this.scaning = false; forms/input/CInputScanCode.vue
@@ -80,7 +80,7 @@ this.scaning = true; if (type === 'taro') { Taro.scanCode({ onlyFromCamera: true, onlyFromCamera: false, scanType: 'barCode', success: res => { this.scaning = false;