重新整改积分

This commit is contained in:
aixianling
2022-05-20 15:03:36 +08:00
parent 33833951a4
commit 7e9f5c2739
7 changed files with 851 additions and 187 deletions

View File

@@ -37,10 +37,8 @@ export default {
onReachBottom() {
uni.$emit("reachBottom")
},
onShow(){
let index = JSON.parse(JSON.stringify(this.tabIndex))
this.tabIndex = null
this.$nextTick(()=>this.tabIndex = index)
onShow() {
uni.$emit("onShow")
},
methods: {
tabClick(index) {