mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2024-12-04 04:49:33 +08:00
优化
This commit is contained in:
parent
83ba869a59
commit
a3dca50ccc
@ -44,7 +44,7 @@ class SearchController extends CommonController
|
||||
public function Index()
|
||||
{
|
||||
// 搜索记录
|
||||
SearchService::SearchAdd($this->params);
|
||||
SearchService::SearchAdd($this->data_post);
|
||||
|
||||
// 获取数据
|
||||
$result = SearchService::GoodsList($this->data_post);
|
||||
|
Loading…
Reference in New Issue
Block a user