|
@@ -26,7 +26,7 @@
|
|
|
<image src="@/static/images/purse/1.png" class="w-45rpx h-52rpx mr-20rpx"></image>
|
|
|
<view class="flex flex-col text-white w-182rpx">
|
|
|
<text class="text-24rpx font-400">{{ $t('purse.Total') }}</text>
|
|
|
- <text class="text-24rpx font-700 mt-5rpx">{{ walletInfo.profitPerHour }}</text>
|
|
|
+ <text class="text-24rpx font-700 mt-5rpx">{{ walletInfo.totalProfitPerHour }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view
|
|
@@ -55,7 +55,7 @@
|
|
|
<image src="@/static/images/purse/4.png" class="w-45rpx h-52rpx mr-20rpx"></image>
|
|
|
<view class="flex flex-col text-white w-182rpx">
|
|
|
<text class="text-24rpx font-400">{{ $t('purse.TeamSharing') }}</text>
|
|
|
- <text class="text-24rpx font-700 mt-5rpx">{{ walletInfo.shareRewards }}</text>
|
|
|
+ <text class="text-24rpx font-700 mt-5rpx">{{ walletInfo.teamSharing }}</text>
|
|
|
</view>
|
|
|
</view>
|
|
|
<view
|