src/api/index.js | ●●●●● patch | view | raw | blame | history | |
src/views/main/addBankcard.vue | ●●●●● patch | view | raw | blame | history |
src/api/index.js
@@ -12,7 +12,7 @@ const api = { //刷新人脸识别失败后订单状态 refreshFaceStatus(data) { getBizStatus(data) { return $http.post('/inside/getBizStatus', data); }, //授信前置页面调取接口 src/views/main/addBankcard.vue
@@ -160,7 +160,7 @@ methods: { bankCardNoInit() { let objForm ={bizId:this.bizId,bizType:this.bizType} this.$api.refreshFaceStatus(objForm).then(res=>{ this.$api.getBizStatus(objForm).then(res=>{ this.dataInfo =res.body if (this.dataInfo.status==0){ this.$api.getFrontData(objForm).then(res=>{