This commit is contained in:
kbing1981 2024-07-05 15:56:30 +08:00
parent b05eb55d18
commit a14075964a
1 changed files with 4 additions and 4 deletions

View File

@ -125,7 +125,7 @@
style="justify-content: space-evenly;text-align: center;">
<view class="" @click="handleYeji">
<view style="font-size: 24px;font-weight: bold;">{{ currentWholeIncome ? currentWholeIncome : 0 }}</view>
<text style="font-size: 14px; margin-top: 15px;">当前业绩</text>
<text style="font-size: 14px; ">当前业绩</text>
<!-- <text style="font-size: 16px;">/{{ totalIncomeRange ? totalIncomeRange : 4000 }}</text> -->
</view>
<view class="shuxian"></view>
@ -133,13 +133,13 @@
<view class="" style="font-size: 24px;font-weight: bold;">
{{ currentRealIncome ? currentRealIncome : 0 }}
</view>
<view class="" style="font-size: 14px; margin-top: 5px;">当期项目收益()</view>
<view class="" style="font-size: 14px;">当期项目收益()</view>
</view>
<view class="shuxian"></view>
<view class="" @tap="goNav('/pages/index/currentPoints')">
<view class="" style="font-size: 24px;font-weight: bold;">{{ currentIntegral ? currentIntegral : 0 }}
</view>
<view class="" style="font-size: 14px; margin-top: 5px;" >当期积分</view>
<view class="" style="font-size: 14px;" >当期积分</view>
</view>
</view>
</view>
@ -1626,7 +1626,7 @@ page {
top: 0;
background: url(../../static/images/index/vip.png) no-repeat center;
background-size: cover;
width: 198rpx;
width: 220rpx;
height: 77px;
font-size: 22px;
text-align: center;