[8] ErrorException in 514daea2aadbf037e095f79c28aa8c4b.php line 856

Undefined index: thumbnail

  1. <?php
  2. $where=[
  3. 'post.create_time'=>['egt',0],
  4. 'post.type'=>['=',3]
  5. ];
  6. if(is_array($list_case) || $list_case instanceof \think\Collection || $list_case instanceof \think\Paginator): $i = 0; $__LIST__ = $list_case;if( count($__LIST__)==0 ) : echo "$empty" ;else: foreach($__LIST__ as $key=>$vo): $mod = ($i % 2 );++$i;?>
  7. <!-- <?php dump($vo); ?> -->
  8. <div class="news-list clearfix">
  9. <div class="l-img left">
  10. <img src="<?php echo cmf_get_image_preview_url($vo['more']['thumbnail']); ?>" alt=""/>
  11. </div>
  12. <div class="r-list">
  13. <h4><a href="<?php echo url('doc/case/info',array('id'=>$vo['id'], 'product_id'=>$product_id)); ?>"><?php echo $vo['post_title']; ?></a></h4>
  14. <p><?php echo $vo['post_excerpt']; ?></p>
  15. <div class="biaoqian">
  16. <ul class="clearfix">
  17. <?php if(is_array($vo['product_category']) || $vo['product_category'] instanceof \think\Collection || $vo['product_category'] instanceof \think\Paginator): $i = 0; $__LIST__ = $vo['product_category'];if( count($__LIST__)==0 ) : echo "" ;else: foreach($__LIST__ as $key=>$pcategory): $mod = ($i % 2 );++$i;?>