mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-07-05 13:22:29 +08:00
小程序分类优化
This commit is contained in:
@ -227,9 +227,11 @@ class Goods extends Common
|
||||
*/
|
||||
public function Category()
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
return DataReturn('success', 0, GoodsService::GoodsCategoryAll($params));
|
||||
$result = [
|
||||
'category' => GoodsService::GoodsCategoryAll($this->data_post),
|
||||
'category_show_level' => MyC('common_show_goods_category_level', 3, true),
|
||||
];
|
||||
return DataReturn('success', 0, $result);
|
||||
}
|
||||
|
||||
/**
|
||||
|
||||
Reference in New Issue
Block a user