少年修仙传客户端代码仓库
client_linchunjie
2018-09-13 854e3dc299be160df0210c8a26a494f3d4599f1d
System/OpenServerActivity/FlashSaleModel.cs
@@ -169,7 +169,7 @@
            if (operationBase != null && operationBase.InTime(TimeUtility.ServerNow))
            {
                OperationFlashSale operation = operationBase as OperationFlashSale;
                var index = operation.IndexOfFlashShop();
                var index = operation.IndexOfFlashSale(TimeUtility.ServerNow);
                if (index != -1 && index < operation.flashShops.Count)
                {
                    var flashShop = operation.flashShops[index];