|
@@ -117,6 +117,7 @@ class Goods extends Controller
|
|
|
}
|
|
|
if ($data['cover'] == '') $this->error('请上传藏品图片');
|
|
|
if ($data['type'] == '') $this->error('请选择藏品类型');
|
|
|
+ if ($data['price']<=0) $this->error('藏品价格错误');
|
|
|
if ($data['auth_img'] == '') $this->error('请上传作者头像');
|
|
|
if ($data['describe'] == '') $this->error('请上传商品描述');
|
|
|
if ($data['buy_count']<1) $this->error('限购数量不能小于1');
|