From 2308dcd6d31f3db2bdf6174b4cbf1a43feda89b4 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期六, 13 十月 2018 15:03:00 +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