初始化代码
This commit is contained in:
1
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/uni-popup.wxml
vendored
Normal file
1
uniapp/uni-app/unpackage/dist/dev/mp-weixin/components/uni-popup.wxml
vendored
Normal file
@@ -0,0 +1 @@
|
||||
<block wx:if="{{showPopup}}"><view class="uni-popup"><view data-event-opts="{{[['tap',[['close',[true]]]]]}}" class="{{['uni-popup__mask',ani,animation?'ani':'',!custom?'uni-custom':'']}}" bindtap="__e"></view><view data-event-opts="{{[['tap',[['close',[true]]]]]}}" class="{{['uni-popup__wrapper',type,ani,animation?'ani':'',!custom?'uni-custom':'']}}" bindtap="__e"><view data-event-opts="{{[['tap',[['clear',['$event']]]]]}}" class="uni-popup__wrapper-box" catchtap="__e"><slot></slot></view></view></view></block>
|
||||
Reference in New Issue
Block a user