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
1.2 KiB
37 lines
1.2 KiB
{include file="page_header"}
|
|
<div class="con">
|
|
{if $comment_list}
|
|
<div class="user-evaluation">
|
|
<section class="product-list product-list-small">
|
|
<ul>
|
|
{foreach $comment_list as $comment}
|
|
<li>
|
|
<div class="product-div">
|
|
<a class="product-div-link"
|
|
href="{U('goods/index/index',array('id'=>$comment.goods_id))}"></a>
|
|
<img class="product-list-img" src="{$comment.goods_thumb}" />
|
|
<div class="product-text">
|
|
<h4>{$comment.goods_name}</h4>
|
|
<a
|
|
href="{U('user/index/add_comment',array('order_id'=>$comment.order_id, 'goods_id'=>$comment.goods_id))}"
|
|
class="btn-submit1 fr">评价晒单</a>
|
|
</div>
|
|
</div>
|
|
</li>
|
|
{/foreach}
|
|
</ul>
|
|
</section>
|
|
</div>
|
|
{else}
|
|
<div class="no-div-message">
|
|
<i class="iconfont icon-biaoqingleiben"></i>
|
|
<p>亲,您还没有需要评价的订单哦~!</p>
|
|
</div>
|
|
{/if}
|
|
</div>
|
|
<!--引用js-->
|
|
<script type="text/javascript" src="{__TPL__}js/jquery-2.1.4.min.js"></script>
|
|
<script type="text/javascript" src="{__TPL__}js/swiper-3.2.5.min.js"></script>
|
|
<script type="text/javascript" src="{__TPL__}js/ectouch.js"></script>
|
|
</body>
|
|
</html>
|
|
|