规格优化

This commit is contained in:
devil_gong
2019-03-25 09:52:38 +08:00
parent 8625a76744
commit 63bb409fc1
3 changed files with 2 additions and 18 deletions

View File

@ -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);
}