3
0
Fork 0

feat(bonus-sgsy): 奖金明细-首购收益移除级差收益与直推收益

This commit is contained in:
woody 2025-05-20 10:40:43 +08:00
parent 37a91c6044
commit c3851b2f26
2 changed files with 2 additions and 3 deletions

View File

@ -75,7 +75,7 @@
{{item.serviceIncome| toThousandthAndKeepDecimal}} {{item.serviceIncome| 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>
@ -90,7 +90,7 @@
<view class="data-right"> <view class="data-right">
{{item.globalPoints| toThousandthAndKeepDecimal}} {{item.globalPoints| toThousandthAndKeepDecimal}}
</view> </view>
</view> </view> -->
<view class="flex_s" v-if="userInfo.pkCountry==1"> <view class="flex_s" v-if="userInfo.pkCountry==1">
<view class="data-left"> <view class="data-left">
{{'重复消费'}}({{ isLocaled() }}) {{'重复消费'}}({{ isLocaled() }})

View File

@ -125,7 +125,6 @@
}, },
getMenuLists() { getMenuLists() {
api.menuList().then((res) => { api.menuList().then((res) => {
console.log(res, '....resmenu')
res.data.forEach((item) => { res.data.forEach((item) => {
this.navList.forEach((items) => { this.navList.forEach((items) => {
if (item.menuKey == items.value) { if (item.menuKey == items.value) {