This commit is contained in:
yanran200730
2023-03-20 14:00:15 +08:00
parent 513bf04185
commit 599c10cd7d

View File

@@ -85,7 +85,7 @@
...mapState(['user', 'token']),
topic () {
return this.topicList.filter((v, index) => index < 8)
return this.topicList.filter((v, index) => index < 7)
}
},
@@ -109,7 +109,6 @@
...mapActions(['autoLogin']),
previewImage (url, files) {
console.log(url, files)
uni.previewImage({
current: url,
urls: files.map(v => v.url)
@@ -117,7 +116,6 @@
},
onBtnClick (e) {
console.log(e)
},
getMyPublishCount () {