zhouhao
2022-01-10 4a8b12ec19d680fa5edd36d07fe5eced7e05ecbb
src/views/main/addBankcard.vue
@@ -261,10 +261,13 @@
          objUrl = `${window.location.origin}`
    }
     this.contractUrl=[]
       this.contractUrl =this.dataForm.contractUrl.map(element => {
       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 () {