You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
1 lines
685 B
1 lines
685 B
<block wx:if="{{showPopup}}"><view class="uni-popup" style="{{'top:'+(top)+';'+('z-index:'+(zIndex)+';')}}"><view data-event-opts="{{[['tap',[['close',[true]]]]]}}" class="{{['uni-popup__mask',ani,animation?'ani':'',!custom?'uni-custom':'']}}" style="{{'z-index:'+(zIndex)+';'}}" bindtap="__e"></view><view data-event-opts="{{[['tap',[['close',[true]]]]]}}" class="{{['uni-popup__wrapper',type,ani,animation?'ani':'',!custom?'uni-custom':'']}}" style="{{'z-index:'+(zIndex+1)+';'+('left:'+(type!='center'?left:'')+';')}}" bindtap="__e"><view data-event-opts="{{[['tap',[['clear',['$event']]]]]}}" class="uni-popup__wrapper-box" catchtap="__e"><slot></slot></view></view></view></block> |