mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-08 22:40:43 +08:00
search
This commit is contained in:
@ -48,6 +48,9 @@ class GoodsController extends CommonController
|
||||
$this->assign('goods', $goods[0]);
|
||||
$this->assign('home_seo_site_title', $goods[0]['title']);
|
||||
|
||||
// 商品访问统计
|
||||
M('Goods')->where(array('id'=>$id))->setInc('access_count');
|
||||
|
||||
// 左侧商品 看了又看
|
||||
$params = [
|
||||
'where' => [
|
||||
|
||||
Reference in New Issue
Block a user