Pārlūkot izejas kodu

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

tags/河北版C.8.1.01
hurui pirms 5 gadiem
vecāks
revīzija
e664726f19
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      components/banner/index.wxml

+ 1
- 1
components/banner/index.wxml Parādīt failu

@@ -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>

Notiek ielāde…
Atcelt
Saglabāt