Files
huangjingfen/pro_v3.5.1/public/statics/mp_view/components/tui-drawer/tui-drawer.wxml
panchengyong 7acbf45ff7 new files
2026-03-07 22:29:07 +08:00

1 line
666 B
Plaintext

<view class="data-v-6540763c"><block wx:if="{{mask}}"><view data-event-opts="{{[['tap',[['handleMaskClick',['$event']]]],['touchmove',[['moveHandle',['$event']]]]]}}" class="{{['tui-drawer-mask','data-v-6540763c',(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-6540763c','tui-drawer-container_'+mode,visible?'tui-drawer-'+mode+'__show':'']}}" style="{{'z-index:'+(zIndex)+';'+('background-color:'+(backgroundColor)+';')}}" catchtouchmove="__e"><slot></slot></view></view>