Commit 5cc2bc9b authored by 刘小敏's avatar 刘小敏

批量收藏商品修改

parent c5229286
...@@ -47,7 +47,7 @@ class GoodsLog extends Common ...@@ -47,7 +47,7 @@ class GoodsLog extends Common
} }
$user = auth_user(); $user = auth_user();
$goodsIds = $this->request->param('goods_ids/a'); $goodsIds = $this->request->param('goods_ids');
if (empty($goodsIds) || !is_array($goodsIds)) { if (empty($goodsIds) || !is_array($goodsIds)) {
$this->error('请选择要收藏的商品'); $this->error('请选择要收藏的商品');
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment