dengchaochao
2024-07-27 ce3533dad7bebb53ffc730b55e08092b19ae090c
src/views/my/components/manualReset.vue
@@ -231,7 +231,7 @@
      // const { path, httpUrl } = res.data;
      // this.twoImg = httpUrl;
      const path = res.data;
      this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`;
      this.twoImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`;
      this.idBackImg = path;
    },
    //手持身份证
@@ -239,7 +239,7 @@
      // const { path, httpUrl } = res.data;
      // this.threeImg = httpUrl;
      const path = res.data;
      this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${data}`;
      this.threeImg = `${this.nowUrl}/wap/public/showimg!showImg.action?imagePath=${path}`;
      this.handheldPhoto = path;
    },
    onErrorUpload() {