fix: 弹窗
All checks were successful
构建并部署前端到生产环境 / build-and-deploy (push) Successful in 46s

This commit is contained in:
sexygoat
2026-04-14 12:29:54 +08:00
parent b39dff0293
commit 7a7d63d327

View File

@@ -24,8 +24,8 @@
</view>
<!-- 充值弹窗 -->
<up-popup v-if="showRechargeModal" :show="showRechargeModal" mode="center" @close="showRechargeModal=false" :customStyle="{ borderRadius: '24rpx' }">
<view class="recharge-popup" @tap.stop>
<up-popup :show="showRechargeModal" mode="center" @close="showRechargeModal=false">
<view class="recharge-popup">
<view class="popup-header">
<view class="popup-title">账户充值</view>
<view class="popup-close" @tap="showRechargeModal=false">×</view>