feat/task1-c-wallet
gongfuxiang 2018-10-01 01:00:59 +08:00
parent 6c8e13647e
commit aca34dc672
1 changed files with 4 additions and 4 deletions

View File

@ -84,10 +84,10 @@
</if>
<if condition="!empty($user)">
<div class="member-center">
<a href="#"><strong>0</strong>收货</a>
<a href="#"><strong>0</strong>待发货</a>
<a href="#"><strong>0</strong>付款</a>
<a href="#"><strong>0</strong>待评价</a>
<a href="{{:U('Home/Order/Index', ['is_more'=>1, 'status'=>1])}}"><strong>0</strong>付款</a>
<a href="{{:U('Home/Order/Index', ['is_more'=>1, 'status'=>2])}}"><strong>0</strong>待发货</a>
<a href="{{:U('Home/Order/Index', ['is_more'=>1, 'status'=>3])}}"><strong>0</strong>收货</a>
<a href="{{:U('Home/Order/Index', ['is_more'=>1, 'is_comment_user'=>0])}}"><strong>0</strong>待评价</a>
</div>
</if>
</div>