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.7 KiB
37 lines
2.7 KiB
<meta http-equiv="Content-Type" content="text/html; charset=utf-8">
|
|
|
|
<div class="home-title">
|
|
<i class="icon"></i>
|
|
<a href="./user.php" class="pre-home">个人主页</a>
|
|
</div>
|
|
<div id="menu">
|
|
<dl class="fore1">
|
|
<dt><i class="icon stretch-icon"></i><span>订单中心</span></dt>
|
|
<dd {if $action eq 'order_list' || $action eq 'order_detail'}class="current"{/if}><a href="user.php?act=order_list" target="_self">我的订单</a></dd>
|
|
<dd {if $action eq 'address_list' || $action eq 'address'}class="current"{/if}><a href="user.php?act=address_list" target="_self">收货地址</a></dd>
|
|
<dd {if $action eq 'booking_list'}class="current"{/if}><a href="user.php?act=booking_list" target="_self">缺货登记</a></dd>
|
|
<dd {if $action eq 'return_list' || $action eq 'return_detail'}class="current"{/if}><a href="user.php?act=return_list" target="_self">退换货订单</a></dd>
|
|
</dl>
|
|
<dl class="fore2">
|
|
<dt><i class="icon stretch-icon"></i><span>会员中心</span></dt>
|
|
<dd {if $action eq 'profile'}class="current"{/if}><a href="user.php?act=profile" target="_self">用户信息</a></dd>
|
|
<dd {if $action eq 'collection_list' || $action eq 'store_list'}class="current"{/if}><a href="user.php?act=collection_list" target="_self">我的收藏</a></dd>
|
|
<dd {if $action eq 'message_list'}class="current"{/if}><a href="user.php?act=message_list" target="_self">我的留言</a></dd>
|
|
<!-- {if $affiliate.on eq 1} -->
|
|
<dd {if $action eq 'affiliate'}class="current"{/if}><a href="user.php?act=affiliate" target="_self">我的推荐</a></dd>
|
|
<!-- {/if} -->
|
|
<dd {if $action eq 'comment_list' || $action eq 'commented_view'}class="current"{/if}><a href="user.php?act=comment_list" target="_self">评论/晒单</a></dd>
|
|
</dl>
|
|
<dl class="fore3{if $is_merchants eq 0} last{/if}">
|
|
<dt><i class="icon stretch-icon"></i><span>账户中心</span></dt>
|
|
<dd {if $action eq 'bonus'}class="current"{/if}><a href="user.php?act=bonus" target="_self">我的红包</a></dd>
|
|
<dd {if $action eq 'track_packages'}class="current"{/if}><a href="user.php?act=track_packages" target="_self">跟踪包裹</a></dd>
|
|
<dd {if $action eq 'account_log' || $action eq 'account_detail' || $action eq 'account_raply' || $action eq 'account_deposit' || $action eq 'act_account'}class="current"{/if}><a href="user.php?act=account_log" target="_self">资金管理</a></dd>
|
|
</dl>
|
|
{if $is_merchants > 0}
|
|
<dl class="fore4 last">
|
|
<dt><i class="icon stretch-icon"></i><span>店铺管理</span></dt>
|
|
<dd><a href="./admin" target="_self">进入店铺后台</a></dd>
|
|
</dl>
|
|
{/if}
|
|
</div>
|