BUG 30009

This commit is contained in:
aixianling
2022-06-07 18:14:23 +08:00
parent 4b760830c2
commit 2198e6e6f2

View File

@@ -87,7 +87,7 @@ export default {
created() {
this.getComments()
uni.$on("moreComments", flag => {
flag ? this.current = 1 : this.current++
flag == 1 ? this.current = 1 : this.current++
this.getComments()
})
},