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

This commit is contained in:
sexygoat
2026-04-14 12:26:47 +08:00
parent bd9f3e6141
commit b39dff0293

View File

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