From b3d69d1ed5d25ec57cf50e742100a5e4f61b2301 Mon Sep 17 00:00:00 2001
From: liangjin <liangjin@finlean.com>
Date: Thu, 01 Apr 2021 17:16:33 +0800
Subject: [PATCH] 手机号正则
---
src/views/old/store/getWxQRCode.vue | 4 ----
1 files changed, 0 insertions(+), 4 deletions(-)
diff --git a/src/views/old/store/getWxQRCode.vue b/src/views/old/store/getWxQRCode.vue
index 3c227bb..27926bd 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>
--
Gitblit v1.8.0