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> ></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 <button
class="action-btn" class="action-btn"
@ -199,13 +199,13 @@
</button> </button>
<!-- 提现按钮 --> <!-- 提现按钮 -->
<!-- <button <button
class="action-btn" class="action-btn"
style="background: linear-gradient(135deg, #a6f1b2 2.82%, #2fff3d 99.15%), #fff" style="background: linear-gradient(135deg, #a6f1b2 2.82%, #2fff3d 99.15%), #fff"
@click="goToWithdraw" @click="goToWithdraw"
> >
{{ t('withdraw') }} {{ t('withdraw') }}
</button> --> </button>
</div> </div>
</div> </div>