zhouhao
2022-01-08 980cd417324ef09cde62add23738e1e388a6902a
修改验证码验证
1 files modified
2 ■■■ changed files
src/views/main/addBankcard.vue 2 ●●● patch | view | raw | blame | history
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
      })