Commit b2324507c8da757be3a92edc682cd1be6b918f52
1 parent
45808548
幸运大转盘列表头部广告图片显示模式修改
Showing
1 changed file
with
3 additions
and
2 deletions
packageB/pages/luckactivity/index/index.wxml
1 | 1 | <wxs module="filter" src="../../../../utils/filter.wxs"></wxs> |
2 | 2 | <wxs module="g_filter" src="g_filter.wxs"></wxs> |
3 | 3 | <view> |
4 | - <swiper class="swiper" circular="true" autoplay="true" indicator-dots="true" interval="2500" wx:if="{{ad_data}}"> | |
4 | + <swiper class="swiper" circular="true" autoplay="true" indicator-dots="true" interval="2500" wx:if="{{ad_data}}" indicator-active-color="rgba(255,255,255,.8)"> | |
5 | + <!-- <swiper class="swiper" circular="true" autoplay="true" indicator-dots="true" interval="2500"> --> | |
5 | 6 | <block wx:for="{{ad_data}}"> |
6 | 7 | <swiper-item> |
7 | 8 | <!-- <navigator url="{{item.ad_weapplink}}" class="s1_gk_a1" wx:if="{{g_filter.has_char(item.ad_weapplink,'plugin')>=0}}"> --> |
8 | 9 | <navigator url="{{item.ad_weapplink}}" style="height: 100%;" hover-class="none" open-type="reLaunch"> |
9 | - <image src="{{item.ad_code}}" class="img" bindload="imageLoad" data-index="{{index}}" mode="aspectFit" lazy-load="true"/> | |
10 | + <image src="{{item.ad_code}}" class="img" bindload="imageLoad" data-index="{{index}}" mode="scaleToFill" lazy-load="true"/> | |
10 | 11 | </navigator> |
11 | 12 | </swiper-item> |
12 | 13 | </block> | ... | ... |