From 8e17013e7322b0f4f265cda2da94f0fa053b4db8 Mon Sep 17 00:00:00 2001
From: hxb <hxb@hdlchina.com.cn>
Date: 星期五, 02 九月 2022 14:52:33 +0800
Subject: [PATCH] 增加了H5功能

---
 HDL_ON/Entity/Function/Scene.cs |    5 +----
 1 files changed, 1 insertions(+), 4 deletions(-)

diff --git a/HDL_ON/Entity/Function/Scene.cs b/HDL_ON/Entity/Function/Scene.cs
index a7ac909..fadf04f 100644
--- a/HDL_ON/Entity/Function/Scene.cs
+++ b/HDL_ON/Entity/Function/Scene.cs
@@ -124,10 +124,7 @@
                     {
                         return sceneImageInfo.defaultIconName;
                     }
-                    else
-                    {
-                        return "Intelligence/Gallery/scenebg1.png";
-                    }
+                    return image;
                 }
             }
             set

--
Gitblit v1.8.0