王震
2023-12-18 7572187d4088a9d08f2eb86507febf057e1a2494
src/views/common/qrCodeApp.vue
@@ -41,8 +41,9 @@
        onDecode(result) {
            console.log(result);
            if (result !== "") {
                this.$emit("onDecode", result);
                alert(result)
                this.result=result
                this.$emit("ok",result)
                alert(result)
            }
        },
        // 相机反转