3
0
Fork 0

feat(sgsy): 奖金明细 - 首购收益,展示字段逻辑变更, 无论是否为0都展示

This commit is contained in:
woody 2025-04-27 09:17:57 +08:00
parent e1d88137ae
commit 7d3147be53
1 changed files with 6 additions and 6 deletions

View File

@ -51,7 +51,7 @@
{{item.expandIncome| toThousandthAndKeepDecimal}} {{item.expandIncome| toThousandthAndKeepDecimal}}
</view> </view>
</view> </view>
<!-- <view class="flex_s"> <view class="flex_s">
<view class="data-left"> <view class="data-left">
{{'辅导收益'}}({{ isLocaled() }}) {{'辅导收益'}}({{ isLocaled() }})
</view> </view>
@ -59,7 +59,7 @@
{{item.coachIncome | toThousandthAndKeepDecimal}} {{item.coachIncome | toThousandthAndKeepDecimal}}
</view> </view>
</view> </view>
<view class="flex_s"> <!-- <view class="flex_s">
<view class="data-left"> <view class="data-left">
{{'分红收益'}}({{ isLocaled() }}) {{'分红收益'}}({{ isLocaled() }})
</view> </view>
@ -75,17 +75,17 @@
{{item.serviceIncome| toThousandthAndKeepDecimal}} {{item.serviceIncome| toThousandthAndKeepDecimal}}
</view> </view>
</view> </view>
<view class="flex_s" v-if="item.repurRangeIncome && (item.repurRangeIncome*1 > 0)"> <view class="flex_s">
<view class="data-left"> <view class="data-left">
差收益({{ isLocaled() }}) 差收益({{ isLocaled() }})
</view> </view>
<view class="data-right"> <view class="data-right">
{{item.repurRangeIncome| toThousandthAndKeepDecimal}} {{item.repurRangeIncome| toThousandthAndKeepDecimal}}
</view> </view>
</view> </view>
<view class="flex_s" v-if="userInfo.pkCountry==1&&item.globalPoints>0"> <view class="flex_s">
<view class="data-left"> <view class="data-left">
{{$t('直推差')}}({{ isLocaled() }}) {{$t('直推差')}}({{ isLocaled() }})
</view> </view>
<view class="data-right"> <view class="data-right">
{{item.globalPoints| toThousandthAndKeepDecimal}} {{item.globalPoints| toThousandthAndKeepDecimal}}