src/views/common/qrCodeApp.vue
@@ -41,8 +41,10 @@ onDecode(result) { console.log(result); if (result !== "") { this.$emit("onDecode", result); alert(result) this.result=result this.$emit("ok",this.result) this.cancelCode() // alert(result) } }, // 相机反转