默认提交
Showing
1 changed file
with
1 additions
and
1 deletions
... | @@ -14,7 +14,7 @@ | ... | @@ -14,7 +14,7 @@ |
14 | <block wx:for="{{bannerList}}" wx:key="{{index}}"> | 14 | <block wx:for="{{bannerList}}" wx:key="{{index}}"> |
15 | <swiper-item> | 15 | <swiper-item> |
16 | <image bindtap="onBannerHandler" data-data="{{item}}" data-index="{{index}}" class="swiper-image" src="{{item.imageUrl}}" mode="aspectFill" /> | 16 | <image bindtap="onBannerHandler" data-data="{{item}}" data-index="{{index}}" class="swiper-image" src="{{item.imageUrl}}" mode="aspectFill" /> |
17 | <view class="tit-bg"></view> | 17 | <view class="tit-bg"></view> |
18 | <view wx:if="{{curBanner && curBanner.bannerTitle}}" class="tit"> | 18 | <view wx:if="{{curBanner && curBanner.bannerTitle}}" class="tit"> |
19 | {{curBanner && curBanner.bannerTitle || ""}} | 19 | {{curBanner && curBanner.bannerTitle || ""}} |
20 | </view> | 20 | </view> | ... | ... |
-
Please register or sign in to post a comment