xcx 4 år sedan
förälder
incheckning
4adc1124d2
1 ändrade filer med 2 tillägg och 2 borttagningar
  1. 2
    2
      src/pages/index/ShouYe/index.vue

+ 2
- 2
src/pages/index/ShouYe/index.vue Visa fil

@@ -1,6 +1,6 @@
1 1
 <template>
2 2
   <div class="Page">
3
-    <MainPageContainer :ShowMainHeader="true" :ShowMainTabBar="true" MainHeaderTitle="首页" :MainTabBarActiveId="1">
3
+    <MainPageContainer @UserInfoChange="Init" :ShowMainHeader="true" :ShowMainTabBar="true" MainHeaderTitle="首页" :MainTabBarActiveId="1">
4 4
       <div class="PageContainer">
5 5
 
6 6
         <div class="Iframe flex-v" v-if="ShowIframe">
@@ -114,7 +114,7 @@ export default {
114 114
     Banner
115 115
   },
116 116
   created () {
117
-    this.Init()
117
+    // this.Init()
118 118
   },
119 119
   mounted () {
120 120
     if (window.history && window.history.pushState) {