Commit 07dee137 authored by 罗超's avatar 罗超

1

parent e0b93461
...@@ -329,6 +329,14 @@ ...@@ -329,6 +329,14 @@
res.data.FoodTag = res.data.FoodTag.split(',') res.data.FoodTag = res.data.FoodTag.split(',')
res.data.GeographicTag = res.data.GeographicTag.split(',') res.data.GeographicTag = res.data.GeographicTag.split(',')
this.details = res.data; this.details = res.data;
this.imgsList=[]
res.data.AllPicList[0].TagPicList.map(i=>{
let obj={
picUrl:i.Path
}
this.imgsList.push(obj)
})
} }
} }
); );
......
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