From d1425aa67c0c6c0e087ce32b1779ee02bbcdc4c6 Mon Sep 17 00:00:00 2001 From: zhaoxiaoqiang <287285524@qq.com> Date: Tue, 27 Jul 2021 14:53:20 +0800 Subject: [PATCH] 接入宁夏移动 --- src/views/old/store/getWxQRCode.vue | 12 +----------- 1 files changed, 1 insertions(+), 11 deletions(-) diff --git a/src/views/old/store/getWxQRCode.vue b/src/views/old/store/getWxQRCode.vue index 3c227bb..61a1834 100644 --- a/src/views/old/store/getWxQRCode.vue +++ b/src/views/old/store/getWxQRCode.vue @@ -28,10 +28,6 @@ <span class="title">担保金额</span> <span class="value">{{params.guaranteedAmt}}</span> </div> - <div class="cell-item-style"> - <span class="title">月赠费金额</span> - <span class="value">{{params.monGiftAmt}}</span> - </div> </div> <f-confirm v-model="showModal" showIcon iconClass='scene_Staging-shenhezhong' iconColor='#fff' @on-confirm='onSubmit' :showCancelBtn='false'> <div>支付完成</div> @@ -101,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(); } -- Gitblit v1.8.0