|
@@ -999,7 +999,8 @@
|
|
|
})
|
|
|
},
|
|
|
getImgUrl(res1,res2,res3,res4) {
|
|
|
- this.freightspace[res4].unloadPoundImg=res1
|
|
|
+ console.log(res1,res2,res3,res4)
|
|
|
+ this.freightspace[res4].unloadPoundImg=res1.data.appendixPath
|
|
|
|
|
|
// this.detailData.addressUrl = res
|
|
|
// console.log(res)
|
|
@@ -1008,9 +1009,9 @@
|
|
|
getImgUrl1(res1,res2,res3,res4){
|
|
|
console.log(res1,res2,res3,res4)
|
|
|
if (this.freightspace[0].unloadPoundImg) {
|
|
|
- this.freightspace[0].unloadPoundImg += ',' + res1
|
|
|
+ this.freightspace[0].unloadPoundImg += ',' + res1.data.appendixPath
|
|
|
} else {
|
|
|
- this.freightspace[0].unloadPoundImg = res1
|
|
|
+ this.freightspace[0].unloadPoundImg = res1.data.appendixPath
|
|
|
}
|
|
|
},
|
|
|
setImgUrl(val){
|