优化消息
This commit is contained in:
parent
6ef7608dbe
commit
d6f87a265e
|
@ -67,8 +67,10 @@ export default {
|
||||||
},
|
},
|
||||||
onLoad() {},
|
onLoad() {},
|
||||||
async onShow() {
|
async onShow() {
|
||||||
await this.loadCate();
|
if (this.messageTabIndex != this.tabIndex) {
|
||||||
this.switchTab(this.messageTabIndex);
|
await this.loadCate();
|
||||||
|
this.switchTab(this.messageTabIndex);
|
||||||
|
}
|
||||||
},
|
},
|
||||||
onReady() {},
|
onReady() {},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
|
|
Loading…
Reference in New Issue