| | |
| | | // 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; |
| | | }, |
| | | //手持身份证 |
| | |
| | | // 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() { |