...
|
...
|
@@ -94,9 +94,11 @@ |
|
|
<!--<div class="myorder_bottom2_2">查看订单</div>-->
|
|
|
<!--</a>-->
|
|
|
<elseif condition="$vo.state eq 5"/>
|
|
|
<a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}">
|
|
|
<div class="myorder_bottom2_2">查看物流</div>
|
|
|
</a>
|
|
|
<if condition="$vo.is_courier eq 2">
|
|
|
<a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}">
|
|
|
<div class="myorder_bottom2_2">查看物流</div>
|
|
|
</a>
|
|
|
</if>
|
|
|
<div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div>
|
|
|
<elseif condition="$vo.state eq 3"/>
|
|
|
<!--<div class="myorder_bottom2_2">去评价</div>-->
|
...
|
...
|
@@ -325,9 +327,11 @@ |
|
|
<!--<div class="myorder_bottom2_2">查看订单</div>-->
|
|
|
<!--</a>-->
|
|
|
<elseif condition="$vo.state eq 5"/>
|
|
|
<a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}">
|
|
|
<div class="myorder_bottom2_2">查看物流</div>
|
|
|
</a>
|
|
|
<if condition="$vo.is_courier eq 2">
|
|
|
<a href="{:url('logistics/index',array('indent_id'=>$vo['id']))}">
|
|
|
<div class="myorder_bottom2_2">查看物流</div>
|
|
|
</a>
|
|
|
</if>
|
|
|
<div class="myorder_bottom2_2 delivery" data-id="{$vo.id}">确认收货</div>
|
|
|
<elseif condition="$vo.state eq 3"/>
|
|
|
<!--<div class="myorder_bottom2_2">去评价</div>-->
|
...
|
...
|
|