diff --git a/pages/mine/index.vue b/pages/mine/index.vue index 92472a8..8bd2269 100644 --- a/pages/mine/index.vue +++ b/pages/mine/index.vue @@ -111,32 +111,7 @@ - - 拓展结余 - - - - 左区 - {{ totalBalanceFormat(totalBalanceProgress.leftValue) }}/右区 - {{ totalBalanceFormat(totalBalanceProgress.rightValue) }} - - - + 昨日业绩 + + 拓展结余 + + + + 左区 + {{ totalBalanceFormat(totalBalanceProgress.leftValue) }}/右区 + {{ totalBalanceFormat(totalBalanceProgress.rightValue) }} + + + {{ '历史业绩' }} = 5000000) { - return '500万+' + return '500+' } const valueInWan = num / 10000 - return `${valueInWan.toFixed(4)}万` + return `${Math.floor(valueInWan * 100) / 100}` }, getMemberBalance() { getMemberBalance().then(res => {