Files
CompanyProject/衣莎项目/源码/YiShaXiYi/component/popup/popup.wxml
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>