|
@@ -8,11 +8,11 @@
|
|
|
</div>
|
|
|
<div class="f-fs-c f-col">
|
|
|
<div style="font-size: 16px;">成功提现金额</div>
|
|
|
- <div class="mt-4" style="font-weight: bold; font-size: 18px;">{{statistics.undrawnAmount}}</div>
|
|
|
+ <div class="mt-4" style="font-weight: bold; font-size: 18px;">{{statistics.withdrawalAmount}}</div>
|
|
|
</div>
|
|
|
<div class="f-fs-c f-col">
|
|
|
<div style="font-size: 16px;">未提现金额</div>
|
|
|
- <div class="mt-4" style="font-weight: bold; font-size: 18px;">{{statistics.withdrawalAmount}}</div>
|
|
|
+ <div class="mt-4" style="font-weight: bold; font-size: 18px;">{{statistics.undrawnAmount}}</div>
|
|
|
</div>
|
|
|
</div>
|
|
|
|