From 423acbcecdfd0e50f7b3311245c41948a418029c Mon Sep 17 00:00:00 2001 From: liangjin <liangjin@finlean.com> Date: Thu, 01 Apr 2021 17:02:24 +0800 Subject: [PATCH] 手机号正则 --- src/views/old/store/wx-pay-score.vue | 1 + 1 files changed, 1 insertions(+), 0 deletions(-) diff --git a/src/views/old/store/wx-pay-score.vue b/src/views/old/store/wx-pay-score.vue index c9874a3..b6e4c72 100644 --- a/src/views/old/store/wx-pay-score.vue +++ b/src/views/old/store/wx-pay-score.vue @@ -234,6 +234,7 @@ return false; } this.$api.wxScoreCreate({ + mblNoType:this.mblNoType, creditId: this.creditId, contId: this.contId, cardNo: this.idCardNo, -- Gitblit v1.8.0