From 32014c13c4a534222e26bf3d38054224ef5d3350 Mon Sep 17 00:00:00 2001
From: Client_PangDeRong <593317293@qq.com>
Date: 星期四, 30 八月 2018 15:30:26 +0800
Subject: [PATCH] 3009 修改超值礼包跳转
---
System/WindowJump/WindowJumpMgr.cs | 2 +-
1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/System/WindowJump/WindowJumpMgr.cs b/System/WindowJump/WindowJumpMgr.cs
index 5a68766..3b79e7d 100644
--- a/System/WindowJump/WindowJumpMgr.cs
+++ b/System/WindowJump/WindowJumpMgr.cs
@@ -238,7 +238,7 @@
}
else if (giftModel.IsGiftOverdue(giftId))
{
- SysNotifyMgr.Instance.ShowTip("GiftAlreadyBuy");
+ SysNotifyMgr.Instance.ShowTip("MissSell");
}
return;
}
--
Gitblit v1.8.0