From 187678c378d5b947417649a5ca77ead4983fd1f3 Mon Sep 17 00:00:00 2001
From: LMR <59361885@qq.com>
Date: Fri, 28 May 2021 18:31:07 +0800
Subject: [PATCH] ok
---
application/views/bootstrap3/information_edit.php | 9 ++++++++-
1 file changed, 8 insertions(+), 1 deletion(-)
diff --git a/application/views/bootstrap3/information_edit.php b/application/views/bootstrap3/information_edit.php
index f062f76e..6ded952e 100644
--- a/application/views/bootstrap3/information_edit.php
+++ b/application/views/bootstrap3/information_edit.php
@@ -2098,7 +2098,14 @@
-
ic_photo, 'http:') === 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;
+ }
+ ?>
+