uni-app popup 弹出时字体闪烁解决方法
uni-app About 264 words现象
uni-popup
弹出时,字体会闪烁一下,应该是多次绘制导致。
解决
禁用动画。
代码
:animation="false"
<uni-popup ref="popup" :mask-click="false" :animation="false">
<view class="popup-content">
hello
</view>
</uni-popup>
文档
Views: 22 · Posted: 2025-08-11
————        END        ————
Give me a Star, Thanks:)
https://github.com/fendoudebb/LiteNote扫描下方二维码关注公众号和小程序↓↓↓

Loading...