BUG 30009
This commit is contained in:
@@ -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()
|
||||
})
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user