From 3a8d07b41a884eb0eb9d47d9a9cce40d5c943feb Mon Sep 17 00:00:00 2001
From: ann0707 <674986077@qq.com>
Date: Wed, 09 Jan 2019 11:48:30 +0800
Subject: [PATCH] 首页位置,以及banner的大小的修改
---
src/views/home/home.vue | 7 +++----
1 files changed, 3 insertions(+), 4 deletions(-)
diff --git a/src/views/home/home.vue b/src/views/home/home.vue
index f6c607f..b1e4674 100644
--- a/src/views/home/home.vue
+++ b/src/views/home/home.vue
@@ -42,8 +42,7 @@
<p>信用卡</p>
</div>
</div>
- <!--footer-->
- <FSpace type="small" v-if="activityList.length"></FSpace>
+ <FSpace type="small"></FSpace>
<!--为你优选-->
<FBlockTitle title="为你优选" v-if="prodList.length">
<div slot="more" class="more" @click="handlePushMore">更多<i class="iconfont icon-arrow"></i></div>
@@ -62,7 +61,7 @@
</swiperSlide>
</swiper>
</div>
- <FSpace type="small"></FSpace>
+ <FSpace type="small" v-if="creditList.length"></FSpace>
<!--通知-->
<Notice :lists="noticeList" v-if="noticeList.length" @indexJump="indexJump"></Notice>
<FSpace type="small" v-if="noticeList.length"></FSpace>
@@ -75,8 +74,8 @@
<img onclick="return false" src="../../assets/img/calculator.png" alt="">
</div>
</div>
- <FSpace type="small"></FSpace>
<!--活动专区-->
+ <FSpace type="small" v-if="activityList.length"></FSpace>
<FBlockTitle title="活动专区" v-if="activityList.length"></FBlockTitle>
<ul class="activity-area" v-if="activityList.length">
<li v-for="(i,index) in activityList" :key="index">
--
Gitblit v1.8.0