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