zhouhao
2022-01-10 4a8b12ec19d680fa5edd36d07fe5eced7e05ecbb
src/views/main/addBankcard.vue
@@ -88,6 +88,7 @@
      isdisabled: false,
      show: false,
      showx: false,
      contractUrl:[],//合同预览
      bankName: '',
      showOverlay: false,
      bizId: this.$route.query.bizId,   //订单编号 
@@ -259,10 +260,14 @@
      }  else{  //生产
          objUrl = `${window.location.origin}`
    }
       this.dataForm.contractUrl =this.dataForm.contractUrl.map(element => {
     this.contractUrl=[]
       this.$api.getContInfo({bizId: this.bizId, bizType: this.bizType}).then(res=>{
         this.contractUrl =res.body.contractUrl.map(element => {
         return element  = objUrl+element
      })
      ImagePreview(this.dataForm.contractUrl);
            ImagePreview(this.contractUrl);
       })
    },
    //图片click
    imgClick: function () {