| | |
| | | DicBuyPackage.Add((int)Info.BuyCountList[i].GiftbagID, (int)Info.BuyCountList[i].BuyCount); |
| | | } |
| | | } |
| | | DesignDebug.LogError(DicBuyPackage); |
| | | if (UpdateLimitedTimePackageItem != null) |
| | | { |
| | | UpdateLimitedTimePackageItem(); |
| | |
| | | WindowCenter.Instance.Open<GotoChargeWin>(true); |
| | | } |
| | | SDKUtility.Instance.FreePlatformPay(Title, RMBNum, OrderInfo); |
| | | DesignDebug.LogErrorFormat("礼包标题{0},所需金额{1},商品编号{2}", Title, RMBNum, OrderInfo); |
| | | // DesignDebug.LogErrorFormat("礼包标题{0},所需金额{1},商品编号{2}", Title, RMBNum, OrderInfo); |
| | | } |
| | | |
| | | public bool IsExpired() |
| | | { |
| | | bool IsBool = false; |
| | | IsBool = OperationTimeHepler.Instance.InOperationTime(Operation.GiftPackage); |
| | | IsBool = OperationTimeHepler.Instance.SatisfyOpenCondition(Operation.GiftPackage); |
| | | return IsBool; |
| | | } |
| | | } |