From a9b2f8b7da8b1ed4357acb86437cc3347812f3e6 Mon Sep 17 00:00:00 2001 From: xuxueyang <xuxy@fengyuntec.com> Date: 星期五, 06 九月 2024 14:23:35 +0800 Subject: [PATCH] 1 --- pages/home/home.vue | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/pages/home/home.vue b/pages/home/home.vue index 9900960..ee5afe5 100644 --- a/pages/home/home.vue +++ b/pages/home/home.vue @@ -31,8 +31,8 @@ </view> <!-- banner --> - <uni-swiper-dot class="uni-swiper-dot-box" @clickItem=clickItem :info="info" :current="currentBanner" - :mode="'dot'" :dots-styles="dotsStyles[0]" field="content"> + <!-- <uni-swiper-dot class="uni-swiper-dot-box" @clickItem=clickItem :info="info" :current="currentBanner" + :mode="'dot'" :dots-styles="dotsStyles[0]" field="content"> --> <swiper class="swiper-box" @change="changeBanner" :interval="10000" :circular="true" :current="0" v-if="banners&&banners.length>0" :autoplay="true"> <swiper-item v-for="(item, index) in banners" :key="index"> @@ -53,7 +53,7 @@ </view> </swiper-item> </swiper> - </uni-swiper-dot> + <!-- </uni-swiper-dot> --> <!-- tip --> <view class="m-t-12" @click="getNoticeMore"> <uni-notice-bar class="notice-bar" color="#333" background-color="#fff" show-get-more show-icon @@ -71,7 +71,7 @@ <!-- 置顶的花列表 --> <home-top-flow></home-top-flow> - <view style="min-height:180rpx"> + <view style="min-height:140rpx"> </view> <common-footer flg="0"></common-footer> -- Gitblit v1.9.3