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