From 8cea417746487967704e5abc758dfadfe3dd25dc Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期二, 18 九月 2018 14:35:03 +0800
Subject: [PATCH] 3586 商城出售坐骑、灵宠推送
---
System/MainInterfacePanel/TipPanel.cs | 5 +++++
1 files changed, 5 insertions(+), 0 deletions(-)
diff --git a/System/MainInterfacePanel/TipPanel.cs b/System/MainInterfacePanel/TipPanel.cs
index 67d3cbb..9684d0c 100644
--- a/System/MainInterfacePanel/TipPanel.cs
+++ b/System/MainInterfacePanel/TipPanel.cs
@@ -21,6 +21,7 @@
LoginAdModel loginAdModel { get { return ModelCenter.Instance.GetModel<LoginAdModel>(); } }
FirstTimeRechargeModel firstTimeRechargeModel { get { return ModelCenter.Instance.GetModel<FirstTimeRechargeModel>(); } }
+ StoreModel storeModel { get { return ModelCenter.Instance.GetModel<StoreModel>(); } }
public TipPanel()
{
@@ -90,6 +91,10 @@
{
firstTimeRechargeModel.OpenFirstChargeTrialWin();
}
+ else if(!WindowCenter.Instance.CheckOpen<PetAndMountPushWin>()) //鐏靛疇鍧愰獞鎺ㄩ��
+ {
+ storeModel.SetPushPetAndMountWinState();
+ }
if (mainModel.IsTipBool)
{
--
Gitblit v1.8.0