From 85448a839d432aab4220e6b23e55a0270e007b6f Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期四, 23 八月 2018 18:03:38 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Vip/VipInvest/VipInvestWin.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/Vip/VipInvest/VipInvestWin.cs b/System/Vip/VipInvest/VipInvestWin.cs
index 6a83a4c..d64320e 100644
--- a/System/Vip/VipInvest/VipInvestWin.cs
+++ b/System/Vip/VipInvest/VipInvestWin.cs
@@ -81,7 +81,7 @@
protected override void OnAfterOpen()
{
- if (investModel.IsRedpoint)
+ if (investModel.redPointStre1.state==RedPointState.Simple)
{
investModel.IsRedpoint = false;
if (VipInvestRedPointEvent != null)
--
Gitblit v1.8.0