Fixiaobai
2023-12-14 e7f48f75bfc131854a05b031e1d34b165585e004
src/views/common/qrCodeApp.vue
@@ -41,8 +41,7 @@
        onDecode(result) {
            console.log(result);
            if (result !== "") {
                this.$emit("onDecode", result);
                alert(result)
                alert(result)
            }
        },
        // 相机反转