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