mirror of
https://github.com/crmeb/CRMEB.git
synced 2026-01-26 13:38:12 +00:00
1 line
666 B
Plaintext
1 line
666 B
Plaintext
<view class="data-v-4f7b0c3f"><block wx:if="{{mask}}"><view data-event-opts="{{[['tap',[['handleMaskClick',['$event']]]],['touchmove',[['moveHandle',['$event']]]]]}}" class="{{['tui-drawer-mask','data-v-4f7b0c3f',(visible)?'tui-drawer-mask_show':'']}}" style="{{'z-index:'+(maskZIndex)+';'}}" bindtap="__e" catchtouchmove="__e"></view></block><view data-event-opts="{{[['touchmove',[['moveHandle',['$event']]]]]}}" class="{{['tui-drawer-container','data-v-4f7b0c3f','tui-drawer-container_'+mode,visible?'tui-drawer-'+mode+'__show':'']}}" style="{{'z-index:'+(zIndex)+';'+('background-color:'+(backgroundColor)+';')}}" catchtouchmove="__e"><slot></slot></view></view> |