You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
37 lines
2.8 KiB
37 lines
2.8 KiB
{template 'header'}
|
|
<div class="member-info">
|
|
<div class="member-info-avatar"><a href="{$MODULE[2][mobile]}avatar.php" rel="external"><img src="{useravatar($_username, 'large')}"/></a></div>
|
|
<div class="member-info-user">
|
|
{if $_userid}
|
|
<a href="{$MODULE[2][mobile]}{if $_cid}child.php{/if}" rel="external"><p>{if $_truename}{$_truename}{else}{$_username}{/if}</p><b>{$_company}</b></a>
|
|
{else}
|
|
<a href="{$MODULE[2][mobile]}{$DT[file_login]}" rel="external"><p>未登录</p><b>请登录或注册</b></a>
|
|
{/if}
|
|
</div>
|
|
<div class="member-info-icon"><a href="{$MODULE[2][mobile]}account.php" rel="external"><img src="{DT_MOB}static/img/my-set.png" width="24" height="24"/></a></div>
|
|
</div>
|
|
<div class="member-stats">
|
|
<ul>
|
|
<li><a href="{$MODULE[2][mobile]}record.php?action=index" rel="external"><b>{$_money}</b>账户余额</a></li>
|
|
<li><a href="{$MODULE[2][mobile]}credit.php?action=index" rel="external"><b>{$_credit}</b>会员积分</a></li>
|
|
<li><a href="{$MODULE[2][mobile]}message.php?action=index" rel="external"><b>{$_message}</b>站内信件</a></li>
|
|
<li><a href="{$MODULE[2][mobile]}im.php?action=index" rel="external"><b>{$_chat}</b>站内交谈</a></li>
|
|
</ul>
|
|
</div>
|
|
<div class="gird-4" style="margin:10px;">
|
|
<ul>
|
|
<li><a href="{$MODULE[2][mobile]}{if $_cid}child.php{/if}" rel="external"><img src="{DT_MOB}static/img/my-member.png" width="24" height="24"/><span>会员中心</span></a></li>
|
|
<li><a href="{$MODULE[2][mobile]}order.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-order.png" width="24" height="24"/><span>我的订单</span></a></li>
|
|
<li><a href="{$MODULE[2][mobile]}{if $_cid}child.php{else}{$DT[file_my]}{/if}" rel="external"><img src="{DT_MOB}static/img/my-info.png" width="24" height="24"/><span>信息管理</span></a></li>
|
|
<li><a href="{$MODULE[2][mobile]}{if $_cid}child.php{else}biz.php{/if}" rel="external"><img src="{DT_MOB}static/img/my-biz.png" width="24" height="24"/><span>商户后台</span></a></li>
|
|
<li><a href="{$MODULE[2][mobile]}favorite.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-favorite.png" width="24" height="24"/><span>商机收藏</span></a></li>
|
|
<li><a href="{$MODULE[2][mobile]}friend.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-friend.png" width="24" height="24"/><span>我的商友</span></a></li>
|
|
<li><a href="{DT_MOB}sitemap/" rel="external"><img src="{DT_MOB}static/img/my-sitemap.png" width="24" height="24"/><span>栏目地图</span></a></li>
|
|
{if $DT[max_cart]>0}
|
|
<li><a href="{DT_MOB}more.php"><img src="{DT_MOB}static/img/my-more.png" width="24" height="24"/><span>更多功能</span></a></li>
|
|
{else}
|
|
<li><a href="{DT_MOB}api/about.php"><img src="{DT_MOB}static/img/my-about.png" width="24" height="24"/><span>关于我们</span></a></li>
|
|
{/if}
|
|
</ul>
|
|
</div>
|
|
{template 'footer'}
|