|
@@ -66,6 +66,7 @@ export default {
|
|
|
if(galleryUrls.length>8){
|
|
|
galleryUrls=galleryUrls.slice(0,7)
|
|
|
}
|
|
|
+ this.list.push(item.userId)
|
|
|
let newdata = {
|
|
|
image: galleryUrls[0],
|
|
|
images: galleryUrls,
|
|
@@ -89,7 +90,6 @@ export default {
|
|
|
}
|
|
|
})
|
|
|
this.$refs.jmList.setData(arr)
|
|
|
- if(arr.length>0)this.list.push(...arr)
|
|
|
}
|
|
|
|
|
|
})
|