From 839ef95e6b6a115cee7251f7d07dfa8c2173c20f Mon Sep 17 00:00:00 2001 From: cyc Date: Fri, 15 Jun 2018 09:44:05 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4=E5=88=A4=E6=96=AD=E8=BF=98?= =?UTF-8?q?=E6=9C=AA=E5=BC=80=E5=94=AE=E7=9A=84=E8=BD=A6=E6=AC=A1=EF=BC=8C?= =?UTF-8?q?=E4=BD=99=E7=A5=A8=E7=BD=AE=E4=BD=8D99?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/third_party/train/controllers/search.php | 6 +----- 1 file changed, 1 insertion(+), 5 deletions(-) diff --git a/application/third_party/train/controllers/search.php b/application/third_party/train/controllers/search.php index b1b71a64..81d7bfc3 100644 --- a/application/third_party/train/controllers/search.php +++ b/application/third_party/train/controllers/search.php @@ -333,11 +333,7 @@ class search extends CI_Controller{ }else{ if(is_numeric($num)){ if($num == 0){ - if($this->can_buy_now == 'N'){ - return '有'; - }else{ - return '无'; - } + return '无'; }elseif($num >= 99){ return '有'; }else{