From b3cc10e4166c8f047f1d38cfe1bb950edd275bd4 Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期五, 04 一月 2019 14:39:34 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Vip/VipInvest/WheelOfFortuneWin.cs |   11 ++++++-----
 1 files changed, 6 insertions(+), 5 deletions(-)

diff --git a/System/Vip/VipInvest/WheelOfFortuneWin.cs b/System/Vip/VipInvest/WheelOfFortuneWin.cs
index d4c18e9..b7f6799 100644
--- a/System/Vip/VipInvest/WheelOfFortuneWin.cs
+++ b/System/Vip/VipInvest/WheelOfFortuneWin.cs
@@ -129,15 +129,16 @@
         }
         protected override void LateUpdate()
         {
-            base.LateUpdate();
-        }
-        protected override void OnAfterClose()
-        {
             timeType += Time.deltaTime;
             if (timeType >= Second && !IsSend)
             {
+                timeType = 0;
                 IsSend = true;
-            }
+            }
+        }
+        protected override void OnAfterClose()
+        {
+           
         }
 
         private void OnClickButton()

--
Gitblit v1.8.0