Fixiaobai
2023-12-15 0fd7c8a9f27046aa9e879bf072ed0caf86e86dcd
src/views/common/qrCodeApp.vue
@@ -18,8 +18,6 @@
    </div>
</template>
<script>
// 下载插件
// cnpm install --save  vue-qrcode-reader
// 引入
import { QrcodeStream } from "vue-qrcode-reader";
export default {
@@ -43,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)
            }
        },
        // 相机反转
@@ -52,7 +52,7 @@
            switch (this.camera) {
                //前置
                case 'front':
                    //转
                    //转后置
                    this.camera = 'rear'
                    break
                    //反之