Commit 5b0c6f51 by 刘海龙

111

parent a791bdd7
......@@ -2,7 +2,7 @@
<body>
<div id="app">
<div class="layout_v tab_container center_top" style="background: url('__THEME__/img/bg@3x.png') no-repeat;">
<div class="center_top_content layout_h_v_c">
<van-image width="72" height="72" fit="cover" round src="{:getUserFace($user['uid'],'b')}"></van-image>
<div class="layout_v" style="margin-left: 0.75rem;">
......@@ -19,6 +19,15 @@
<van-icon name="__THEME__/img/edit_pen.png" size="16" ></van-icon>
</a>
</div>
<div class="myIndex-top-right">
<script>
var a = "<img src='{:qrcode_src($invite_url)}' alt='二维码'>"
</script>
<a href="{:U('home/User/showQrCode',['uid'=>jiami($user['uid'])])}"><img src="__APP__/icon/two.png" alt="1"></a>
<a href="{:U('basic/Message/index')}" class="message <if condition='$message_on'>on</if>"><img src="__APP__/icon/message.png" alt="2"></a>
</div>
</div>
<div class="center_order_part layout_h">
......
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