|
@@ -136,24 +136,24 @@
|
|
|
getImgUrl(res) {
|
|
|
console.log(res)
|
|
|
console.log('------------res1-----------')
|
|
|
- this.travels = res
|
|
|
- this.addressUrl[0] = res
|
|
|
+ this.travels = res.data.appendixPath
|
|
|
+ this.addressUrl[0] = res.data.appendixPath
|
|
|
this.certificates = false
|
|
|
|
|
|
},
|
|
|
getImgUrl1(res) {
|
|
|
console.log(res)
|
|
|
console.log('------------res2-----------')
|
|
|
- this.drives = res
|
|
|
- this.addressUrl[1] = res
|
|
|
+ this.drives = res.data.appendixPath
|
|
|
+ this.addressUrl[1] = res.data.appendixPath
|
|
|
this.certificatesTwo = false
|
|
|
|
|
|
},
|
|
|
getImgUrl2(res) {
|
|
|
console.log(res)
|
|
|
console.log('------------res3-----------')
|
|
|
- this.practices = res
|
|
|
- this.addressUrl[2] = res
|
|
|
+ this.practices = res.data.appendixPath
|
|
|
+ this.addressUrl[2] = res.data.appendixPath
|
|
|
this.certificatesThree = false
|
|
|
|
|
|
|
|
@@ -162,8 +162,8 @@
|
|
|
console.log(res)
|
|
|
console.log('------------res4-----------')
|
|
|
|
|
|
- this.operates =res
|
|
|
- this.addressUrl[3] =res
|
|
|
+ this.operates =res.data.appendixPath
|
|
|
+ this.addressUrl[3] =res.data.appendixPath
|
|
|
this.certificatesFour = false
|
|
|
|
|
|
},
|