Files
ZangShiQi/public/weapp/components/uni-drawer/uni-drawer.wxml
2026-04-05 10:48:38 +08:00

1 line
435 B
Plaintext
Executable File

<block wx:if="{{visibleSync}}"><view data-event-opts="{{[['touchmove',[['moveHandle',['$event']]]]]}}" class="{{['uni-drawer',(showDrawer)?'uni-drawer--visible':'',(rightMode)?'uni-drawer--right':'']}}" catchtouchmove="__e"><view data-event-opts="{{[['tap',[['close',['$event']]]]]}}" class="uni-drawer__mask" bindtap="__e"></view><view class="{{['uni-drawer__content',(isIphoneX)?'safe-area':'']}}"><slot></slot></view></view></block>