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