u-swipe-action.wxml
1020 Bytes
<view class="data-v-49234740"><movable-area class="u-swipe-action data-v-49234740" style="{{'background-color:'+(bgColor)+';'}}"><movable-view class="u-swipe-view data-v-49234740" style="{{'width:'+(movableViewWidth?movableViewWidth:'100%')+';'}}" direction="horizontal" disabled="{{disabled}}" x="{{moveX}}" data-event-opts="{{[['change',[['change',['$event']]]],['touchend',[['touchend',['$event']]]],['touchstart',[['touchstart',['$event']]]]]}}" bindchange="__e" bindtouchend="__e" bindtouchstart="__e"><view data-event-opts="{{[['tap',[['contentClick',['$event']]]]]}}" class="u-swipe-content data-v-49234740" catchtap="__e"><slot></slot></view><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block wx:if="{{showBtn}}"><view data-event-opts="{{[['tap',[['btnClick',[index]]]]]}}" class="u-swipe-del data-v-49234740" style="{{item.s0}}" catchtap="__e"><view class="u-btn-text data-v-49234740">{{item.$orig.text}}</view></view></block></block></movable-view></movable-area></view>