Browse Source

长按二维码

bayi 7 tháng trước cách đây
mục cha
commit
18ae5fd6ce
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  1. 1 1
      components/banner/index.wxml

+ 1 - 1
components/banner/index.wxml

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