canyin-project/ybcy/miniApp/components/common/popup.wxml
2024-11-01 16:07:54 +08:00

1 line
585 B
Plaintext

<view class="{{['data-v-70d54141','am-popup',className,[(value)?'am-popup-show':''],[(animation)?'animation':'']]}}"><block wx:if="{{mask}}"><view data-event-opts="{{[['touchmove',[['',['$event']]]],['tap',[['maskTap',['$event']]]]]}}" class="am-popup-mask data-v-70d54141" style="{{$root.s0}}" catchtouchmove="__e" bindtap="__e"></view></block><view data-event-opts="{{[['touchmove',[['',['$event']]]]]}}" class="{{['am-popup-content data-v-70d54141',position]}}" style="{{'z-index:'+(zIndex)+';'+('transition-duration:'+(dhsj)+';')}}" catchtouchmove="__e"><slot></slot></view></view>