3
0
Fork 0

Merge branch 'base-dev' of gitee.com:cabbage_qd/web-base-h5 into feat/product-list

This commit is contained in:
woody 2025-04-27 14:06:36 +08:00
commit ff671ff19c
1 changed files with 6 additions and 6 deletions

View File

@ -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}}