feat(主播中心页面): 暂时隐藏“提现”按钮
This commit is contained in:
parent
e0dee20996
commit
80468d0516
@ -179,7 +179,8 @@
|
|||||||
></workReportBox>
|
></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
|
<button
|
||||||
class="action-btn"
|
class="action-btn"
|
||||||
style="background: linear-gradient(135deg, #f1eca6 2.82%, #ffd22f 99.15%), #fff"
|
style="background: linear-gradient(135deg, #f1eca6 2.82%, #ffd22f 99.15%), #fff"
|
||||||
@ -187,6 +188,8 @@
|
|||||||
>
|
>
|
||||||
{{ t('exchange') }}
|
{{ t('exchange') }}
|
||||||
</button>
|
</button>
|
||||||
|
|
||||||
|
<!-- 转账按钮 -->
|
||||||
<button
|
<button
|
||||||
class="action-btn"
|
class="action-btn"
|
||||||
style="background: linear-gradient(135deg, #a6aaf1 2.82%, #592fff 99.15%), #fff"
|
style="background: linear-gradient(135deg, #a6aaf1 2.82%, #592fff 99.15%), #fff"
|
||||||
@ -194,13 +197,15 @@
|
|||||||
>
|
>
|
||||||
{{ t('transfer') }}
|
{{ t('transfer') }}
|
||||||
</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>
|
||||||
|
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user