Commit f1f2b329 authored by zhengke's avatar zhengke

s

parent 76ea0478
...@@ -23,8 +23,7 @@ ...@@ -23,8 +23,7 @@
<div <div
class="_pointer" class="_pointer"
:style="{'left': ((userInfo.vipExperience/999)*100)-13 + '%'}" :style="{'left': ((userInfo.vipExperience/999)*100)-13 + '%'}"
v-if="(userInfo.vipExperience/999)*100>0" v-if="(userInfo.vipExperience/999)*100>0">
>
<span class="_pointer_num">{{userInfo.vipExperience}}</span> <span class="_pointer_num">{{userInfo.vipExperience}}</span>
<span class="_line"></span> <span class="_line"></span>
</div> </div>
...@@ -37,7 +36,7 @@ ...@@ -37,7 +36,7 @@
</span> </span>
<i class="_vip_level _vip_level_gray">V{{userInfo.vipRate+1}}</i> <i class="_vip_level _vip_level_gray">V{{userInfo.vipRate+1}}</i>
<span class="_value">成长值</span> <span class="_value">成长值</span>
<span class="_number">{{userInfo.vipExperience ?}}/999</span> <span class="_number">{{userInfo.vipExperience}}/999</span>
</div> </div>
<div class="_addr"> <div class="_addr">
<p> <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