From bef3a50bbbd477da1989e57be3eef4518f1cdeea Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期五, 23 十一月 2018 11:58:52 +0800
Subject: [PATCH] 4829 子 【1.3】新增音效配置 / 【前端】【1.3】绑玉转盘音效配置

---
 System/Vip/VipInvest/RotatePointer.cs     |    1 +
 System/Vip/VipInvest/CheckDisplay.cs      |    1 +
 System/Vip/VipInvest/WheelOfFortuneWin.cs |    1 +
 3 files changed, 3 insertions(+), 0 deletions(-)

diff --git a/System/Vip/VipInvest/CheckDisplay.cs b/System/Vip/VipInvest/CheckDisplay.cs
index 5c8bbc8..9b1e406 100644
--- a/System/Vip/VipInvest/CheckDisplay.cs
+++ b/System/Vip/VipInvest/CheckDisplay.cs
@@ -93,6 +93,7 @@
                     break;
             }
             IsBool = true;
+            SoundPlayer.Instance.StopUIAudio();
         }
     }
 
diff --git a/System/Vip/VipInvest/RotatePointer.cs b/System/Vip/VipInvest/RotatePointer.cs
index cd68d68..aa84483 100644
--- a/System/Vip/VipInvest/RotatePointer.cs
+++ b/System/Vip/VipInvest/RotatePointer.cs
@@ -130,6 +130,7 @@
             }
             else
             {
+                SoundPlayer.Instance.PlayUIAudio(69);
                 IsRotateBool = true;
                 _isRotate = true;
             }
diff --git a/System/Vip/VipInvest/WheelOfFortuneWin.cs b/System/Vip/VipInvest/WheelOfFortuneWin.cs
index 2dfbb98..ccb6de2 100644
--- a/System/Vip/VipInvest/WheelOfFortuneWin.cs
+++ b/System/Vip/VipInvest/WheelOfFortuneWin.cs
@@ -109,6 +109,7 @@
         private void EndOfFlashing()
         {
             TiedJadeChange();
+            SoundPlayer.Instance.PlayUIAudio(72);
             m_UIEffect_1.Play();
         }
 

--
Gitblit v1.8.0