|
|
@@ -13,7 +13,7 @@
|
|
|
<text class="priceTitle">可提现金额</text>
|
|
|
</view>
|
|
|
<view class="flex-row justify-center marginTop">
|
|
|
- <text class="price">{{statistics.myEarning}}</text>
|
|
|
+ <text class="price">{{statistics.myEarning || '0.00'}}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view class="flex-row justify-start ":style="{marginTop:'150rpx'}">
|