forked from angelo/web-retail-h5
feat(sgsy): 奖金明细 - 首购收益,展示字段逻辑变更, 无论是否为0都展示
This commit is contained in:
parent
e1d88137ae
commit
7d3147be53
|
@ -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}}
|
||||||
|
|
Loading…
Reference in New Issue