修改bug

This commit is contained in:
zhouyanli
2026-05-26 17:44:00 +08:00
parent 1b0e47e79e
commit 102beeb8bb
8 changed files with 25 additions and 20 deletions

View File

@@ -37,7 +37,7 @@
<scroll-view class="main-scroll" scroll-y>
<!-- banner -->
<view class="bannarClass">
<up-swiper :list="bannerList" indicator indicatorMode="dot" ></up-swiper>
<up-swiper :list="bannerList" indicator indicatorMode="dot" imgMode="aspectFill" radius="12"></up-swiper>
</view>
<!-- 公告 -->
<view class="noticeClass" @click="getNoticeMore">
@@ -181,11 +181,7 @@ const activityList = ref([]) // 活动列表数据
const currentCommunity = ref('请认证小区')
const currentVillageId = ref('')
const statusBarHeight = ref(0)
const bannerList = ref([
// 'http://47.104.199.163:9090/images/home/banner.png',
// "http://47.104.199.163:9090/images/propertyImgs/serviceImg2.png"
])
const bannerList = ref([])
const noticeText = ref('暂无公告')
const noticeId = ref('')