Merge branch 'master' of http://192.168.1.26:3000/dianliang/dl_uniapp
This commit is contained in:
commit
2be15fb941
@ -180,7 +180,7 @@
|
|||||||
this.fileList.push({
|
this.fileList.push({
|
||||||
url: res.url
|
url: res.url
|
||||||
})
|
})
|
||||||
this.fileImageUrl.push(res.fileName)
|
this.fileImageUrl.push(res.url)
|
||||||
console.log(this.fileList, 'fileList')
|
console.log(this.fileList, 'fileList')
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
@ -200,7 +200,7 @@
|
|||||||
this.recipientImageList.push({
|
this.recipientImageList.push({
|
||||||
url: res.url
|
url: res.url
|
||||||
})
|
})
|
||||||
this.recipientImageUrl.push(res.fileName)
|
this.recipientImageUrl.push(res.url)
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user