|
@@ -58,7 +58,6 @@ export default {
|
|
|
getDiscoverList(10).then((res)=>{
|
|
|
this.isAjax=false
|
|
|
if(res.code===0){
|
|
|
- this.list=res
|
|
|
let arr=[]
|
|
|
res.data.forEach( (item)=>{
|
|
|
let galleryUrls=item.galleryUrls
|
|
@@ -90,6 +89,7 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.$refs.jmList.setData(arr)
|
|
|
+ if(arr.length>0)this.list.push(...arr)
|
|
|
}
|
|
|
|
|
|
})
|