修改bug
This commit is contained in:
@@ -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('')
|
||||
|
||||
|
||||
Reference in New Issue
Block a user