From 6970e36ad97ba1a4a9d69e4b388173a7d84be7bb Mon Sep 17 00:00:00 2001
From: zhaoxiaoqiang <287285524@qq.com>
Date: Wed, 28 Jul 2021 15:03:31 +0800
Subject: [PATCH] mapState
---
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