Forráskód Böngészése

1、修改首页成交额

zhoux 1 éve
szülő
commit
c894a021b3
1 módosított fájl, 1 hozzáadás és 1 törlés
  1. 1 1
      pages/home-page/home-page.wxml

+ 1 - 1
pages/home-page/home-page.wxml

@@ -19,7 +19,7 @@
 <!--内容-->
 <view class="content" style="padding-top: {{ (statusHeight + 90) + 'rpx'}};">
   <!--本周数据-->
-  <view class="swiper-box" bindtap="tauchStart1">
+  <view class="swiper-box" catch:touchmove="tauchMove" bind:touchstart="tauchStart" bind:touchend="tauchEnd">
     <view class="item-box {{item.zIndex==1?'none':''}}" wx:for-item="item" wx:for="{{swiperList}}" wx:key="index" style="--index: {{item.zIndex}}; --left: {{item.mLeft}}; ">
       <view class="swiper-item" style="background: {{item.background}};" >
         <view class="content-data-title">{{item.title}}</view>