dever 4 سال پیش
والد
کامیت
49a98af758
3فایلهای تغییر یافته به همراه5 افزوده شده و 5 حذف شده
  1. 1 1
      pages/dream/index.vue
  2. 2 3
      pages/index/index.vue
  3. 2 1
      pages/index/list.vue

+ 1 - 1
pages/dream/index.vue

@@ -1,6 +1,6 @@
 <template>
 	<gracePage :customHeader="false">
-		<view class="container" slot="gBody" v-if="fetch.info.pic_bg">
+		<view class="container" slot="gBody">
 			<ourLoading isFullScreen :active="pageLoading" :text="pageLoadingText" />
 			<swiper class="banner-swiper" autoplay :interval="5000" :duration="1000" @change="change" :circular="swiper.circular" @click="closeOpen()">
 				<swiper-item class="banner-swiper-item" v-for="(v, k) in fetch.info.pic_bg" :key="k">

+ 2 - 3
pages/index/index.vue

@@ -1,5 +1,6 @@
 <template>
-	<view class="container" v-if="fetch.config.home_top" style="background-color: #F8F8F8;">
+	<view class="container" style="background-color: #F8F8F8;">
+		<ourLoading isFullScreen :active="pageLoading" :text="pageLoadingText" />
 		<image class="w-100" :src="fetch.config.home_top" mode="widthFix"></image>
 		<view class="content">
 			
@@ -141,8 +142,6 @@
 				<view view="title">消息中心</view>
 			</view>
 		</list-cell>
-		<!-- 登录popup -->
-		<login-popup ref="loginPopup"></login-popup>
 		
 		<dever-share ref="share" :data="fetch.share" v-if="fetch.share"></dever-share>
 	</view>

+ 2 - 1
pages/index/list.vue

@@ -1,5 +1,6 @@
 <template>
-	<view class="container" slot="gBody" style="background-color: #F8F8F8;">
+	<view class="container" slot="gBody" style="background-color: #F8F8F8;">
+		<ourLoading isFullScreen :active="pageLoading" :text="pageLoadingText" />
 		<view class="main" v-if="state == 1">
 			<view class="content" :style="height">
 				<scroll-view class="menus" :scroll-into-view="view" scroll-with-animation scroll-y>