From 6ab6efba43f71e04362a979d3049f6f6ec6f51c9 Mon Sep 17 00:00:00 2001 From: LMR <59361885@qq.com> Date: Fri, 28 May 2021 18:32:44 +0800 Subject: [PATCH] =?UTF-8?q?=E5=BF=BD=E7=95=A5=20JHTPP?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- application/views/bootstrap3/information_edit.php | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php index 6ded952e..8d8744d8 100644 --- a/application/views/bootstrap3/information_edit.php +++ b/application/views/bootstrap3/information_edit.php @@ -2099,7 +2099,7 @@ class="text-muted glyphicon glyphicon-remove"> ic_photo, 'http:') === false) { + if (stripos($information->ic_photo, '//') === false) { $list_picture = $information->ic_photo ? $this->config->item('media_image_url') . $information->ic_photo : '/css/images/uploadPic.jpg'; } else { $list_picture = $information->ic_photo;