feat(主播中心页面): 开放“提现”按钮

This commit is contained in:
hzj 2026-03-18 14:07:41 +08:00
parent 71b47c64f0
commit 6e757cbdab

View File

@ -179,7 +179,7 @@
></workReportBox>
<!-- 操作按钮 -->
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2vw; margin: 0 1%">
<div style="display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; margin: 0 1%">
<!-- 兑换按钮 -->
<button
class="action-btn"
@ -199,13 +199,13 @@
</button>
<!-- 提现按钮 -->
<!-- <button
<button
class="action-btn"
style="background: linear-gradient(135deg, #a6f1b2 2.82%, #2fff3d 99.15%), #fff"
@click="goToWithdraw"
>
{{ t('withdraw') }}
</button> -->
</button>
</div>
</div>