Commit 48e6d61b authored by 华国豪's avatar 华国豪 🙄

1

parent 8fdcb097
......@@ -31,13 +31,13 @@
<!-- 进度条 -->
<el-progress
:show-text="false"
:percentage="userInfo.vipExperience > 0 ? (userInfo.vipExperience/999)*100 : 0"
:percentage="userInfo.vipExperience ? (userInfo.vipExperience/999)*100 : 0"
color="#E7C588"
></el-progress>
</span>
<i class="_vip_level _vip_level_gray">V{{userInfo.vipRate+1}}</i>
<span class="_value">成长值</span>
<span class="_number">{{userInfo.vipExperience}}/999</span>
<span class="_number">{{userInfo.vipExperience ?}}/999</span>
</div>
<div class="_addr">
<p>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment