fix(mine): 当月业绩进度条展示错误修复
This commit is contained in:
parent
8d6a31589d
commit
496a21acea
|
@ -80,7 +80,7 @@
|
|||
<view
|
||||
class="current-progress"
|
||||
:style="{
|
||||
width: yesPercent(awards.aSumPv, awards.bSumPv),
|
||||
width: yesPercent(awards.aMonthPv, awards.aMonthPv),
|
||||
}"
|
||||
></view>
|
||||
<view class="cha">
|
||||
|
|
Loading…
Reference in New Issue