Files
2024-09-27 01:32:49 +08:00

11 lines
153 B
Plaintext

<!--component/popup/popup.wxml-->
<view
catchtouchmove='{{ isPopup }}'
wx:if="{{ isPopup }}"
class="popup"
bindtap="isBackClick"
>
<slot/>
</view>