From 0078e6d3a24d52e363eef187b0c361f6d36cc2ca Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=B5=B5=E9=B9=8F?= Date: Tue, 24 Aug 2021 15:07:28 +0800 Subject: [PATCH] no-photos.jpg --- application/third_party/ctmobilefirst/controllers/api.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/third_party/ctmobilefirst/controllers/api.php b/application/third_party/ctmobilefirst/controllers/api.php index 2c8c7ffa..c8f7a566 100644 --- a/application/third_party/ctmobilefirst/controllers/api.php +++ b/application/third_party/ctmobilefirst/controllers/api.php @@ -193,7 +193,7 @@ class Api extends CI_Controller { }else if (!empty($row->pic1)){ $picurl = $row->pic1; }else{ - $picurl="//data.chinatravel.com/images/loading2.gif"; + $picurl="//data.chinatravel.com/images/no-photos.jpg"; } // if (strpos($picurl,"chinatravel.com")!== false){ // }else{