feat(主播中心页面): 暂时隐藏“提现”按钮

This commit is contained in:
hzj 2026-03-16 18:00:36 +08:00
parent e0dee20996
commit 80468d0516

View File

@ -179,7 +179,8 @@
></workReportBox>
<!-- 操作按钮 -->
<div style="display: grid; grid-template-columns: 1fr 1fr 1fr; gap: 2vw; margin: 0 1%">
<div style="display: grid; grid-template-columns: 1fr 1fr; gap: 2vw; margin: 0 1%">
<!-- 兑换按钮 -->
<button
class="action-btn"
style="background: linear-gradient(135deg, #f1eca6 2.82%, #ffd22f 99.15%), #fff"
@ -187,6 +188,8 @@
>
{{ t('exchange') }}
</button>
<!-- 转账按钮 -->
<button
class="action-btn"
style="background: linear-gradient(135deg, #a6aaf1 2.82%, #592fff 99.15%), #fff"
@ -194,13 +197,15 @@
>
{{ t('transfer') }}
</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>