From 980cd417324ef09cde62add23738e1e388a6902a Mon Sep 17 00:00:00 2001
From: zhouhao <787329763@qq.com>
Date: Sat, 08 Jan 2022 11:09:17 +0800
Subject: [PATCH] 修改验证码验证

---
 src/views/main/addBankcard.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/src/views/main/addBankcard.vue b/src/views/main/addBankcard.vue
index 003ef83..4c93261 100644
--- a/src/views/main/addBankcard.vue
+++ b/src/views/main/addBankcard.vue
@@ -202,7 +202,7 @@
       } else {  //生产
         objUrl = `${window.location.origin}/comn_business/#/main/queryres?bizId=${this.bizId}&bizType=${this.bizType}`
       }
-      const objForm = { bizId: this.bizId, bizType: this.bizType, callbackUrl: objUrl,verCode:dataForm.verCode }
+      const objForm = { bizId: this.bizId, bizType: this.bizType, callbackUrl: objUrl,verCode:this.dataForm.verCode }
       this.$api.getFaceUrl(objForm).then(res => {
         window.location.href = res.body.faceUrl
       })

--
Gitblit v1.8.0