正文 1527字数 169,007阅读

当某一个文章里面上传的图片过大的时候
由于无法生成缩略图 超时执行 所以就会出现某个栏目无法打开 或者谋篇文章无法打开 当是列表页面或者文章页面的时候 获取改文章大图的缩略图时候
<!--S-右--> <div class="fr w740"> <h3 class="h75 bg_top lh75 tacn ffyh fs24 fc000">{$catname}</h3> <div class="centent"><php>$nodata = L('L_NODATA');</php> <volist id="r" name="list" empty="$nodata"> <div class="p10 h90 bgce6 mt10"> <div class="fl w115 h90 ofhd pr10">{if $r.thumb}<img src="{$r.thumb|thumb=###,114,90,1}" width="114" height="90" />{/if}</div> <div class="fl h90 pl10 bg_line2 w455"> <h4 class="h30 lh30 ofhd afcblue ffyh fs14"><a href="{$r.url}">{$r.title}</a></h4> <div class="lh20 h60 ofhd pr5"><a href="{$r.url}">{$r.description}</a></div> </div> <div class=" w100 fr bg_line2 h90 tacn fs14 ffyh"><dd class=" lh46">{$r.createtime|toDate=###,'Y-m'}</dd><span class="fcblue fs40">{$r.createtime|toDate=###,'d'}</span> </div> </div> </volist> <!--S----翻页--> <div class="clear digg">{$pages}</div> <!--E----翻页--> </div> </div> <!--E-右--> <div style="clear:both;"></div>
Run code
Cut to clipboard