zhaoxiaoqiang
2021-11-07 c0457bf3334ca6d7b2db01fa1d6739b48ed3535c
src/views/old/store/getWxQRCode.vue
@@ -97,13 +97,7 @@
            if (this.timer) {
                clearInterval(this.timer);
            }
            QRCode.toDataURL(
                url,
                {
                    margin: 1,
                    width: 400
                },
                (err, url) => {
            QRCode.toDataURL(url,{ margin: 1, width: 400},  (err, url) => {
                    this.qrCode = url;
                    this.orderSts();
                }