Browse Source

Merge branch 'dev' of https://git.youlane.cn/weapp/C into dev

tags/河北版C.8.1.01
hurui 5 years ago
parent
commit
e664726f19
1 changed files with 1 additions and 1 deletions
  1. +1
    -1
      components/banner/index.wxml

+ 1
- 1
components/banner/index.wxml View File

@@ -9,7 +9,7 @@
<swiper class="imageContainer" bindchange="handleChange" previous-margin="39rpx" next-margin="40rpx" circular>
<block wx:for="{{list}}" wx:key="{{index}}">
<swiper-item class="item">
<image class="itemImg {{currentIndex == index ? 'active': ''}}" src="{{item.coverImg}}"></image>
<image data-id="{{item.id}}" data-data="{{item}}" bindtap='gotobannerdetail' class="itemImg {{currentIndex == index ? 'active': ''}}" src="{{item.coverImg}}"></image>
</swiper-item>
</block>
</swiper>

Loading…
Cancel
Save