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

This commit is contained in:
hzj 2026-03-18 15:50:52 +08:00
parent a0f7b9c8de
commit a4afb5b797

View File

@ -179,7 +179,7 @@
></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"
@ -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>