BUG 31137

This commit is contained in:
aixianling
2022-10-26 14:13:51 +08:00
parent 2225d680f5
commit c4e2a0d148
2 changed files with 2 additions and 0 deletions

View File

@@ -50,6 +50,7 @@ export default {
}
},
onShow() {
this.current = 1
this.getList()
document.title = this.$options.appName
},

View File

@@ -74,6 +74,7 @@ export default {
},
onShow() {
document.title = this.$options.appName
this.current = 1
this.getDetail().then(this.getList)
},
onReachBottom() {