bug
This commit is contained in:
@@ -85,7 +85,7 @@
|
|||||||
...mapState(['user', 'token']),
|
...mapState(['user', 'token']),
|
||||||
|
|
||||||
topic () {
|
topic () {
|
||||||
return this.topicList.filter((v, index) => index < 8)
|
return this.topicList.filter((v, index) => index < 7)
|
||||||
}
|
}
|
||||||
},
|
},
|
||||||
|
|
||||||
@@ -109,7 +109,6 @@
|
|||||||
...mapActions(['autoLogin']),
|
...mapActions(['autoLogin']),
|
||||||
|
|
||||||
previewImage (url, files) {
|
previewImage (url, files) {
|
||||||
console.log(url, files)
|
|
||||||
uni.previewImage({
|
uni.previewImage({
|
||||||
current: url,
|
current: url,
|
||||||
urls: files.map(v => v.url)
|
urls: files.map(v => v.url)
|
||||||
@@ -117,7 +116,6 @@
|
|||||||
},
|
},
|
||||||
|
|
||||||
onBtnClick (e) {
|
onBtnClick (e) {
|
||||||
console.log(e)
|
|
||||||
},
|
},
|
||||||
|
|
||||||
getMyPublishCount () {
|
getMyPublishCount () {
|
||||||
|
|||||||
Reference in New Issue
Block a user