|
@@ -4,7 +4,7 @@
|
|
|
indicator-color='#ecececa1' current="{{current}}">
|
|
|
<block wx:for="{{bannerList}}" wx:key="id">
|
|
|
<swiper-item bindtap='bannelEvent' data-type='{{item.type}}' data-content="{{item.content}}">
|
|
|
- <image src="{{item.icon}}" class="swiper-item" mode="" />
|
|
|
+ <image src="{{item.icon}}" class="swiper-item" mode="" show-menu-by-longpress="true" />
|
|
|
</swiper-item>
|
|
|
</block>
|
|
|
</swiper>
|