Commit d4f1ab3a by 陈超

T

parent 6277792d
...@@ -10,7 +10,7 @@ ...@@ -10,7 +10,7 @@
<span class="text_16_600 color_white">{:strip_tags(getUserSpace($user['uid']))}</span> <span class="text_16_600 color_white">{:strip_tags(getUserSpace($user['uid']))}</span>
<van-icon class="self_center" name="__THEME__/img/male_icon.png" size="16" style="margin-left: 0.5rem;" ></van-icon> <van-icon class="self_center" name="__THEME__/img/male_icon.png" size="16" style="margin-left: 0.5rem;" ></van-icon>
</div> </div>
<div class="center_top_mark layout_h_c"> <div v-if="isVip" class="center_top_mark layout_h_c">
<span class="text_12_400 color_white self_center">{$vip}</span> <span class="text_12_400 color_white self_center">{$vip}</span>
</div> </div>
</div> </div>
...@@ -443,7 +443,7 @@ ...@@ -443,7 +443,7 @@
}, },
created:function(){ created:function(){
let vip = "{$vip}" let vip = "{$vip}"
console.log(vip) this.isVip = vip.length > 0
}, },
mounted:function(){ mounted:function(){
$("#preloader").hide(); $("#preloader").hide();
......
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