forked from angelo/web-retail-h5
Merge branch 'base-dev' of gitee.com:cabbage_qd/web-base-h5 into feat/product-list
This commit is contained in:
commit
ff671ff19c
|
@ -51,7 +51,7 @@
|
|||
{{item.expandIncome| toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
<!-- <view class="flex_s">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{'辅导收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
|
@ -59,7 +59,7 @@
|
|||
{{item.coachIncome | toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<!-- <view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{'分红收益'}}({{ isLocaled() }})
|
||||
</view>
|
||||
|
@ -75,17 +75,17 @@
|
|||
{{item.serviceIncome| toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s" v-if="item.repurRangeIncome && (item.repurRangeIncome*1 > 0)">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
极差收益({{ isLocaled() }})
|
||||
级差收益({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.repurRangeIncome| toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1&&item.globalPoints>0">
|
||||
<view class="flex_s">
|
||||
<view class="data-left">
|
||||
{{$t('直推极差')}}({{ isLocaled() }})
|
||||
{{$t('直推级差')}}({{ isLocaled() }})
|
||||
</view>
|
||||
<view class="data-right">
|
||||
{{item.globalPoints| toThousandthAndKeepDecimal}}
|
||||
|
|
Loading…
Reference in New Issue