forked from angelo/web-retail-h5
feat(bonus-sgsy): 奖金明细-首购收益移除级差收益与直推收益
This commit is contained in:
parent
37a91c6044
commit
c3851b2f26
|
@ -75,7 +75,7 @@
|
|||
{{item.serviceIncome| toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
<view class="flex_s">
|
||||
<!-- <view class="flex_s">
|
||||
<view class="data-left">
|
||||
级差收益({{ isLocaled() }})
|
||||
</view>
|
||||
|
@ -90,7 +90,7 @@
|
|||
<view class="data-right">
|
||||
{{item.globalPoints| toThousandthAndKeepDecimal}}
|
||||
</view>
|
||||
</view>
|
||||
</view> -->
|
||||
<view class="flex_s" v-if="userInfo.pkCountry==1">
|
||||
<view class="data-left">
|
||||
{{'重复消费'}}({{ isLocaled() }})
|
||||
|
|
|
@ -125,7 +125,6 @@
|
|||
},
|
||||
getMenuLists() {
|
||||
api.menuList().then((res) => {
|
||||
console.log(res, '....resmenu')
|
||||
res.data.forEach((item) => {
|
||||
this.navList.forEach((items) => {
|
||||
if (item.menuKey == items.value) {
|
||||
|
|
Loading…
Reference in New Issue