|
@@ -141,6 +141,7 @@ class Goods extends BaseShop
|
|
*/
|
|
*/
|
|
public function addGoods()
|
|
public function addGoods()
|
|
{
|
|
{
|
|
|
|
+ print_r(111);die;
|
|
if (request()->isAjax()) {
|
|
if (request()->isAjax()) {
|
|
$goods_model = new GoodsModel();
|
|
$goods_model = new GoodsModel();
|
|
if ($this->shop_info["shop_status"] == 0) {
|
|
if ($this->shop_info["shop_status"] == 0) {
|