popViewA.wxml 1.1 KB

1
  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':'']}}"><block wx:for="{{$root.l0}}" wx:for-item="item" wx:for-index="index" wx:key="index"><block><view class="{{['tui-actionsheet-btn','tui-actionsheet-divider',item.g0?'tui-btn-last':'']}}" style="{{'color:'+(item.$orig.color||'#1a1a1a')+';'}}" hover-class="tui-actionsheet-hover" hover-stay-time="{{150}}" data-index="{{index}}" data-event-opts="{{[['tap',[['handleClickItem',['$event']]]]]}}" bindtap="__e">{{item.$orig.text}}</view></block></block></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">{{$root.m0}}</view></block></view></view>