Files
2026-02-07 23:14:57 +08:00

4 lines
166 B
Plaintext

<view wx:if="{{isShow}}" class="fui-popup__animation {{ani.in}}"
style="{{'transform:' + transform + ';' + stylesObject}}" bindtap="change">
<slot></slot>
</view>