1 |
- <movable-area class="u-swipe-action data-v-96f9558c" style="{{'background-color:'+(bgColor)+';'}}"><movable-view class="u-swipe-view data-v-96f9558c" style="{{'width:'+(movableViewWidth)+';'}}" 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 class="u-swipe-content data-v-96f9558c"><slot></slot></view><view data-event-opts="{{[['tap',[['share',['$event']]]]]}}" class="u-swipe-del dir-top-wrap main-center data-v-96f9558c" style="{{'width:'+(innerBtnWidth/2+'px')+';'+('background-color:'+(theme.background_s)+';')}}" catchtap="__e"><text class="u-btn-text data-v-96f9558c" style="{{'color:'+(theme.color)+';'}}">分享</text></view><view data-event-opts="{{[['tap',[['del',['$event']]]]]}}" class="u-swipe-del dir-top-wrap main-center data-v-96f9558c" style="{{'width:'+(innerBtnWidth/2+'px')+';'+('background-color:'+(theme.background)+';')}}" catchtap="__e"><text class="u-btn-text data-v-96f9558c">删除</text></view></movable-view></movable-area>
|