From 48d0628e82e9180154ca047db865bd74186eca37 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期四, 06 九月 2018 17:21:24 +0800
Subject: [PATCH] 3308 前端 主界面修改

---
 System/MainInterfacePanel/TopAnimationPlay.cs |    8 ++++----
 1 files changed, 4 insertions(+), 4 deletions(-)

diff --git a/System/MainInterfacePanel/TopAnimationPlay.cs b/System/MainInterfacePanel/TopAnimationPlay.cs
index 30f2d18..8d7c01f 100644
--- a/System/MainInterfacePanel/TopAnimationPlay.cs
+++ b/System/MainInterfacePanel/TopAnimationPlay.cs
@@ -174,7 +174,7 @@
                 {
                     if (isPlayerUIeffect != null)
                     {
-                        isPlayerUIeffect.IsStarPlayUieffect();
+                        isPlayerUIeffect.StartPlayUIEffect();
                     }
 
                 }
@@ -190,7 +190,7 @@
                 {
                     if (isPlayerUIeffect != null)
                     {
-                        isPlayerUIeffect.GetIsPlayUieffect();
+                        isPlayerUIeffect.ObtainPlayUIEffect();
                     }
                 }
             }
@@ -208,7 +208,7 @@
                 {
                     if (isPlayerUIeffect != null)
                     {
-                        isPlayerUIeffect.IsStarPlayUieffect();
+                        isPlayerUIeffect.StartPlayUIEffect();
                     }
                 }
             }
@@ -223,7 +223,7 @@
                 {
                     if (isPlayerUIeffect != null)
                     {
-                        isPlayerUIeffect.GetIsPlayUieffect();
+                        isPlayerUIeffect.ObtainPlayUIEffect();
                     }
                 }
             }

--
Gitblit v1.8.0