From 00862a9a8898036aa904baae68e3eedf6fcdc4cc Mon Sep 17 00:00:00 2001
From: client_Wu Xijin <364452445@qq.com>
Date: 星期二, 09 十月 2018 12:04:59 +0800
Subject: [PATCH] Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
---
System/Store/BuyItemPopModel.cs | 20 +++-----------------
1 files changed, 3 insertions(+), 17 deletions(-)
diff --git a/System/Store/BuyItemPopModel.cs b/System/Store/BuyItemPopModel.cs
index bbf3951..b467bb9 100644
--- a/System/Store/BuyItemPopModel.cs
+++ b/System/Store/BuyItemPopModel.cs
@@ -106,23 +106,9 @@
int count = 0;
IsReachUpper = false;
if(canBuyCnt == 0)
- {
- if(isVipBuy)
- {
- IsReachUpper = true;
- }
- else
- {
- if (buyCnt <= 9999)
- {
- count = buyCnt;
- }
- else
- {
- count = 9999;
- IsReachUpper = true;
- }
- }
+ {
+ IsReachUpper = true;
+ count = 0;
}
else
{
--
Gitblit v1.8.0