首页超特价,如何显示更多商品??

2016-07-07 16:49 来源:www.chinab4c.com 作者:ecshop专家

首页超特价,如何显示更多商品??
网站默认的是4个文字商品,我现在把图片超特价商品删了,想多显示几个文字超特价商品。改了,挂件里的数值,但是还不行???

{
$recom_mod =& m('recommend');
$img_goods_list = $recom_mod->get_recommended_goods($this->options['img_recom_id'], 3, true, $this->options['img_cate_id']);
$txt_goods_list = $recom_mod->get_recommended_goods($this->options['txt_recom_id'], 10, true, $this->options['txt_cate_id']);
$cache_server->set($key, array(
'img_goods_list'=> $img_goods_list,
'txt_goods_list'=> $txt_goods_list,
), $this->_ttl);
}

红色字体原为4,现改了10,但是刷新、清除缓存,还是不行!!

回答:
浏览器有缓存吧。更新下试试