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