50443f48d4f3c733e17e00d8b2f60c8e.php 2.0 KB

1234567891011121314151617181920212223242526272829303132
  1. <?php /*a:1:{s:77:"/data/web/mall.valimart.net/app/home/view/default/member/member/sns_info.html";i:1657785114;}*/ ?>
  2. <div class="pt20">
  3. <div class="mc-title">
  4. <h3><?php echo htmlentities(lang('my_footprint')); ?></h3>
  5. </div>
  6. <?php if(!(empty($viewed_goods) || (($viewed_goods instanceof \think\Collection || $viewed_goods instanceof \think\Paginator ) && $viewed_goods->isEmpty()))): if(is_array($viewed_goods) || $viewed_goods instanceof \think\Collection || $viewed_goods instanceof \think\Paginator): if( count($viewed_goods)==0 ) : echo "" ;else: foreach($viewed_goods as $goods_id=>$goods_info): ?>
  7. <div class="mynews-list-area my_center service_type_4 ">
  8. <div class="m-image">
  9. <img src="<?php echo htmlentities($goods_info['goods_image']); ?>">
  10. </div>
  11. <div class="m-title">
  12. <em class="m-info"><?php echo htmlentities($goods_info['goods_name']); ?></em>
  13. <em class="m-name"><?php echo htmlentities(lang('view_at')); ?></em>
  14. <em class="m-time"><?php echo htmlentities(date('Y-m-d H:i',!is_numeric($goods_info['goodsbrowse_time'])? strtotime($goods_info['goodsbrowse_time']) : $goods_info['goodsbrowse_time'])); ?></em>
  15. </div>
  16. <p class="m-detail"><?php echo htmlentities($goods_info['goods_advword']); ?></p>
  17. <a href="<?php echo htmlentities($goods_info['url']); ?>" class="button-1 mynews-list-btn" target="_blank" ><?php echo htmlentities(lang('view_detail')); ?></a>
  18. </div>
  19. <?php endforeach; endif; else: echo "" ;endif; else: ?>
  20. <dl class="null-tip pt20 pb20" style='margin-top: 12px;'>
  21. <dt><i class="iconfont">&#xe70b;</i></dt>
  22. <dd>
  23. <h4><?php echo htmlentities(lang('browsing_history_empty')); ?></h4>
  24. <h5><?php echo htmlentities(lang('mall_look_promotion')); ?></h5>
  25. </dd>
  26. </dl>
  27. <?php endif; ?>
  28. </div>