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.
 
 
 
 

49 lines
3.6 KiB

{template 'header'}
<div id="head-bar">
<div class="head-bar">
<div class="head-bar-back"><a href="{DT_MOB}my.php" data-direction="reverse"><img src="{DT_MOB}static/img/icon-back.png" width="24" height="24"/></a></div>
<div class="head-bar-title">会员中心</div>
</div>
<div class="head-bar-fix" id="load-fix-{$js_pageid}" style="height:0;"></div>
<div class="head-bar-fix" id="head-fix-{$js_pageid}"></div>
</div>
<div class="gird-4">
<ul>
<li><a href="order.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-order.png" width="24" height="24"/><span>我的订单</span></a></li>
{loop $MODULE $m}
{if $m[module] == 'group'}
<li><a href="deal.php?action=index&mid={$m[moduleid]}" rel="external"><img src="{DT_MOB}static/img/my-deal.png" width="24" height="24"/><span>团购订单</span></a></li>
{/if}
{/loop}
<li><a href="coupon.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-coupon.png" width="24" height="24"/><span>领券中心</span></a></li>
<li><a href="record.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-record.png" width="24" height="24"/><span>{$DT[money_name]}流水</span></a></li>
<li><a href="charge.php?action=record" rel="external"><img src="{DT_MOB}static/img/my-charge.png" width="24" height="24"/><span>支付记录</span></a></li>
{if $MG[cash]}
<li><a href="cash.php?action=record" rel="external"><img src="{DT_MOB}static/img/my-cash.png" width="24" height="24"/><span>{$DT[money_name]}提现</span></a></li>
{/if}
<li><a href="credit.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-credit.png" width="24" height="24"/><span>{$DT[credit_name]}管理</span></a></li>
{if $MG[address_limit]>-1}
<li><a href="address.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-address.png" width="24" height="24"/><span>收货地址</span></a></li>
{/if}
{if $MG[friend_limit]>-1}
<li><a href="friend.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-friend.png" width="24" height="24"/><span>我的商友</span></a></li>
{/if}
{if $MG[favorite_limit]>-1}
<li><a href="favorite.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-favorite.png" width="24" height="24"/><span>商机收藏</span></a></li>
{/if}
{if $MOD[oauth]}
<li><a href="oauth.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-oauth.png" width="24" height="24"/><span>一键登录</span></a></li>
{/if}
{if $EXT[weixin]}
<li><a href="weixin.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-weixin.png" width="24" height="24"/><span>微信关注</span></a></li>
{/if}
{if $MG[ask]}
<li><a href="ask.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-ask.png" width="24" height="24"/><span>客服中心</span></a></li>
{/if}
<li><a href="edit.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-edit.png" width="24" height="24"/><span>修改资料</span></a></li>
<li><a href="validate.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-validate.png" width="24" height="24"/><span>实名认证</span></a></li>
<li><a href="account.php?action=index" rel="external"><img src="{DT_MOB}static/img/my-account.png" width="24" height="24"/><span>账户详情</span></a></li>
<li><a href="javascript:Dsheet('{$js_pageid}','<a href=&#34;logout.php&#34; rel=&#34;external&#34;><span style=&#34;color:red&#34;>退出登录</span></a>', '取消', '确定要退出本次登录吗?');"><img src="{DT_MOB}static/img/my-logout.png" width="24" height="24"/><span>退出登录</span></a></li>
</ul>
</div>
{template 'footer'}