|
@@ -191,7 +191,7 @@ class Goods extends Controller
|
|
|
public function goods_edit(){
|
|
|
$goods_id = input('goods_id');
|
|
|
$goods = ShopGoods::mk()->where('id',$goods_id)->find();
|
|
|
- if($goods['examine'] == 0)$this->error('商品审核中暂不支持编辑');
|
|
|
+// if($goods['examine'] == 0)$this->error('商品审核中暂不支持编辑');
|
|
|
$data = $this->_vali(
|
|
|
[
|
|
|
'name.require'=>'商品名称不能为空',
|