feat(bonus-sgsy): 奖金明细-首购收益移除级差收益与直推收益
This commit is contained in:
parent
37a91c6044
commit
c3851b2f26
|
@ -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() }})
|
||||||
|
|
|
@ -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) {
|
||||||
|
|
Loading…
Reference in New Issue