zhouhao
2022-01-06 8c26da112a49b7ef734c2e8aed7d5a22c0b356da
修改人脸识别
2 files modified
4 ■■■■ changed files
src/api/index.js 2 ●●● patch | view | raw | blame | history
src/views/main/addBankcard.vue 2 ●●● 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=>{