1
zhaoxiaoqiang
2021-07-28 31376f65082da91b54a0868b3460e2f21a5ea340
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();
                }