重新整改积分
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user