mirror of
https://gitee.com/zongzhige/shopxo.git
synced 2026-06-07 02:12:25 +08:00
规格优化
This commit is contained in:
@ -117,10 +117,6 @@ class Goods extends Common
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
if(isset($_POST['spec']))
|
||||
{
|
||||
$params['spec'] = $_POST['spec'];
|
||||
}
|
||||
return GoodsService::GoodsSpecType($params);
|
||||
}
|
||||
|
||||
@ -136,10 +132,6 @@ class Goods extends Common
|
||||
{
|
||||
// 开始处理
|
||||
$params = $this->data_post;
|
||||
if(isset($_POST['spec']))
|
||||
{
|
||||
$params['spec'] = $_POST['spec'];
|
||||
}
|
||||
return GoodsService::GoodsSpecDetail($params);
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user