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.

23 lines
1.6 KiB

8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
8 years ago
  1. <!DOCTYPE html><html><head><meta http-equiv="content-type" content="text/html;charset=utf-8"/>
  2. <title>我的足迹</title><meta name="keywords" content="关键词"><meta name="description" content="描述"><meta content="width=device-width,initial-scale=1.0,minimum-scale=1.0,maximum-scale=1.0,user-scalable=0" name="viewport">
  3. <link href="<?php echo env('APP_URL'); ?>/css/weixin/style.css" type="text/css" rel="stylesheet">
  4. <script type="text/javascript" src="<?php echo env('APP_URL'); ?>/js/jquery.min.js"></script></head><body>
  5. <div class="classreturn loginsignup">
  6. <div class="ds-in-bl return"><a href="javascript:history.back(-1);"><img src="<?php echo env('APP_URL'); ?>/images/weixin/return.png" alt="返回"></a></div>
  7. <div class="ds-in-bl tit center"><span>我的足迹</span></div>
  8. <div class="ds-in-bl nav_menu"><a href="javascript:void(0);" style="color:#999;" id="clear_history">清空</a></div>
  9. </div>
  10. <div class="floor">
  11. <ul class="goods_list_s cl">
  12. <?php if($user_goods_history){foreach($user_goods_history as $k=>$v){ ?>
  13. <li><a href="<?php echo $v['goods']['goods_detail_url']; ?>"><span class="goods_thumb"><img alt="<?php echo $v['goods']['title']; ?>" src="<?php echo env('APP_URL'); ?><?php echo $v['goods']['litpic']; ?>"></span></a>
  14. <div class="goods_info"><p class="goods_tit"><?php echo $v['goods']['title']; ?></p>
  15. <p class="goods_price"><b><?php echo $v['goods']['price']; ?></b></p>
  16. <p class="goods_des fr"><span id="del_history">删除</span></p>
  17. </div></li>
  18. <?php }} ?>
  19. </ul>
  20. </div>
  21. @include('weixin.common.footer')
  22. </body></html>