所有tabbar页面切换后需要重新加载订单
This commit is contained in:
parent
5a298b4254
commit
b34305fce7
|
@ -172,6 +172,7 @@ export default {
|
||||||
this.typeTextColor = typeTextColor;
|
this.typeTextColor = typeTextColor;
|
||||||
this.acceptState = this.acceptOrder;
|
this.acceptState = this.acceptOrder;
|
||||||
}
|
}
|
||||||
|
this.$store.commit("system/refreshOrder", true);
|
||||||
},
|
},
|
||||||
onReady() {},
|
onReady() {},
|
||||||
onReachBottom() {},
|
onReachBottom() {},
|
||||||
|
|
|
@ -60,6 +60,7 @@ export default {
|
||||||
await this.loadCate();
|
await this.loadCate();
|
||||||
this.switchTab(this.messageTabIndex);
|
this.switchTab(this.messageTabIndex);
|
||||||
}
|
}
|
||||||
|
this.$store.commit("system/refreshOrder", true);
|
||||||
},
|
},
|
||||||
onReady() {},
|
onReady() {},
|
||||||
onReachBottom() {
|
onReachBottom() {
|
||||||
|
|
Loading…
Reference in New Issue