|
@@ -45,7 +45,12 @@ module.exports = {
|
|
|
onLoad() {},
|
|
|
onShow(){
|
|
|
this.handleActivityListPageRefresh()
|
|
|
- this.$store.dispatch('getTabBar')
|
|
|
+
|
|
|
+ const page = this.$mp&&this.$mp.page;
|
|
|
+ if(tabbarPathList.includes(page.route)){
|
|
|
+ this.$store.dispatch('getTabBar')
|
|
|
+ }
|
|
|
+
|
|
|
this.handleSetTabBarItem()
|
|
|
},
|
|
|
methods: {
|