Commit 6ba53438 by 刘海龙

aaa

parent e8b66537
......@@ -31,8 +31,23 @@
<!-- 有礼物 -->
<div class="Gongxbody" v-if="!noLiwuMsg">
<div v-if="list.length == 1" style="position: relative; display: flex; align-items: center; justify-content: center; ">
<img src="__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png" style="width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;">
<div class="Itembox" v-if="list[0]">
<div class="imgBox">
<img class="diyiImg" src="__PUBLIC__/appapi/img/diyi@2x.png">
<img class="diyi_Tx" :src="list[0]['userinfo']['avatar']">
</div>
<div class="userName ell">{{list[0]['userinfo']['user_nicename']}}</div>
<div class="levelBox">
<img :src="'__PUBLIC__/appapi/img/user/' + list[0]['userinfo']['level'] + '.png'">
<img :src="'__PUBLIC__/appapi/img/zhubo/' + list[0]['userinfo']['level_anchor'] + '.png'">
</div>
<div class="GongxNum" style="color: #fff;">贡献 {{list[0]['total']}}</div>
</div>
</div>
<!-- 前三的排名 -->
<div class="headBox" style="position: relative;">
<div class="headBox" style="position: relative;" v-if="list.length > 1">
<img src="__PUBLIC__/appapi/img/bg_paihangbang@2x(2).png" style="width: 100%; height: 100%; position: absolute; top: 0; left: 0; z-index: -2;">
<div class="Itembox" v-if="list[1]">
<div class="imgBox">
......
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