lion 1 year ago
parent fe16fefb83
commit 3d219520fc

@ -36,7 +36,7 @@
<swiper circular :current="info_index" @change="changeInfo" next-margin="340rpx"> <swiper circular :current="info_index" @change="changeInfo" next-margin="340rpx">
<swiper-item v-for="(item,index) in notices_list" @click="tourl(5,item.titleurl)"> <swiper-item v-for="(item,index) in notices_list" @click="tourl(5,item.titleurl)">
<view class="imgwrap" :class="{'active':info_index===index}"> <view class="imgwrap" :class="{'active':info_index===index}">
<image :src="item.titlepic"></image> <image mode="aspectFill" :src="item.titlepic"></image>
</view> </view>
<view class="title"> <view class="title">
<view class="title-name"> <view class="title-name">

Loading…
Cancel
Save