From e4536676391105fd16c9d938bbd06f853653b93a Mon Sep 17 00:00:00 2001
From: client_Hale <339726288@qq.com>
Date: 星期六, 13 十月 2018 11:44:58 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts

---
 System/Vip/VipInvest/WheelOfFortuneModel.cs |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/System/Vip/VipInvest/WheelOfFortuneModel.cs b/System/Vip/VipInvest/WheelOfFortuneModel.cs
index 20e6be1..9c9e149 100644
--- a/System/Vip/VipInvest/WheelOfFortuneModel.cs
+++ b/System/Vip/VipInvest/WheelOfFortuneModel.cs
@@ -89,7 +89,7 @@
         {
             Lattice = Info.Index;
             Number = Info.Cnt;
-            if (IsOk)
+            if (IsOk && Info.Index!=0)
             {
                 if (AngleDic.ContainsKey(Lattice))
                 {

--
Gitblit v1.8.0