BUG 30009
This commit is contained in:
@@ -87,7 +87,7 @@ export default {
|
|||||||
created() {
|
created() {
|
||||||
this.getComments()
|
this.getComments()
|
||||||
uni.$on("moreComments", flag => {
|
uni.$on("moreComments", flag => {
|
||||||
flag ? this.current = 1 : this.current++
|
flag == 1 ? this.current = 1 : this.current++
|
||||||
this.getComments()
|
this.getComments()
|
||||||
})
|
})
|
||||||
},
|
},
|
||||||
|
|||||||
Reference in New Issue
Block a user