From 1a0dd78b5c56cb47466f4b6a8ea0a8b9261aba39 Mon Sep 17 00:00:00 2001
From: client_Zxw <826696702@qq.com>
Date: 星期三, 17 十月 2018 11:44:33 +0800
Subject: [PATCH] 3335 前端 红点修改
---
System/Vip/FairyJadeInvestmentModel.cs | 8 ++++++--
1 files changed, 6 insertions(+), 2 deletions(-)
diff --git a/System/Vip/FairyJadeInvestmentModel.cs b/System/Vip/FairyJadeInvestmentModel.cs
index 16cedcf..3ab2163 100644
--- a/System/Vip/FairyJadeInvestmentModel.cs
+++ b/System/Vip/FairyJadeInvestmentModel.cs
@@ -341,7 +341,11 @@
}
if (IsRedpoint)
{
- redPointStre1.state = RedPointState.Simple;
+ if (IsOpenFeatures())
+ {
+ redPointStre1.state = RedPointState.Simple;
+ }
+
}
else
{
@@ -368,7 +372,7 @@
}
if (!IsOpenFeatures())//鍔熻兘鍏抽棴
{
- redPointStre1.state = RedPointState.Simple;
+ redPointStre1.state = RedPointState.None;
return;
}
}
--
Gitblit v1.8.0