소스 검색

静态页面

xcx 4 년 전
부모
커밋
4adc1124d2
1개의 변경된 파일2개의 추가작업 그리고 2개의 파일을 삭제
  1. 2
    2
      src/pages/index/ShouYe/index.vue

+ 2
- 2
src/pages/index/ShouYe/index.vue 파일 보기

@@ -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) {