| 1 |
- <view><view data-event-opts="{{[['tap',[['handleClickMask',['$event']]]]]}}" class="{{['tui-actionsheet-mask',show?'tui-mask-show':'']}}" bindtap="__e"></view><view class="{{['tui-actionsheet-class','tui-actionsheet',show?'tui-actionsheet-show':'']}}"><block wx:if="{{tips}}"><view class="tui-tips" style="{{'font-size:'+(size+'rpx')+';'+('color:'+(color)+';')}}">{{''+tips+''}}</view></block><view class="{{[isCancel?'tui-operate-box':'tui-operate-boxN']}}"><slot></slot></view><block wx:if="{{showbotom}}"><view><block wx:if="{{isCancel}}"><view class="tui-actionsheet-btn tui-actionsheet-cancel" hover-class="tui-actionsheet-hover" hover-stay-time="{{150}}" data-event-opts="{{[['tap',[['handleClickCancel',['$event']]]]]}}" bindtap="__e">{{acttips}}</view></block></view></block></view></view>
|