From d32b19828eb1e3bbb9350ec15931bef77f68e06a Mon Sep 17 00:00:00 2001 From: xiaoyu Date: Mon, 9 Oct 2023 15:04:20 +0800 Subject: [PATCH] 1 --- home/controllers/h5/market/sylive2/Item.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/home/controllers/h5/market/sylive2/Item.php b/home/controllers/h5/market/sylive2/Item.php index d0c8636d..f966d4c3 100644 --- a/home/controllers/h5/market/sylive2/Item.php +++ b/home/controllers/h5/market/sylive2/Item.php @@ -317,7 +317,7 @@ class Item extends Wx{ } if($this->market_sylive_order_model->count(['itemId'=>$item_id, 'status'=>1])){ - $this->show_json('',400,"每位客户仅限购买1次"); + //$this->show_json('',400,"每位客户仅限购买1次"); } $redis = &load_cache('redis');