细节优化

This commit is contained in:
Devil
2021-04-07 14:17:35 +08:00
parent f26d24cf11
commit 98aa293e95
40 changed files with 1612 additions and 806 deletions

View File

@ -143,6 +143,9 @@ class Goods extends Common
// 是否商品详情页展示相册
$this->assign('common_is_goods_detail_show_photo', MyC('common_is_goods_detail_show_photo', 0, true));
// 加载放大镜
$this->assign('is_load_imagezoom', 1);
return $this->fetch();
}
}