|
@@ -477,16 +477,8 @@ class Goods extends BaseModel
|
|
|
return $this->error('上传图片上限为五张','上传图片上限为五张');
|
|
|
}
|
|
|
}
|
|
|
- public function goods_sku($sku_data){
|
|
|
- $sku = json_decode($sku_data, true);
|
|
|
- foreach ($sku as $item){
|
|
|
- if(empty($item['price'])) {
|
|
|
- return $this->error('请正确填写规格信息');
|
|
|
- }
|
|
|
- }
|
|
|
- return true;
|
|
|
-
|
|
|
-
|
|
|
+ public function goods_sku(){
|
|
|
+ return $this->error('请正确填写规格信息');
|
|
|
}
|
|
|
|
|
|
/**
|