Commit 67eef3cc authored by renjintao's avatar renjintao

starOrder

parent 9fef6107
......@@ -131,9 +131,11 @@ export default {
if (res1.data != [] && res1.data.length > 0) {
this.images = [];
res1.data.forEach(datas => {
this.images.push(this.downUrl+datas.downloadPath)
let objImag = {};
objImag.thumbnail=this.downUrl+datas.downloadPath
objImag.source=this.downUrl+datas.downloadPath
this.images.push(objImag)
});
alert(JSON.stringify(this.images))
}
});
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment