|
@@ -273,6 +273,12 @@ namespace GFGGame
|
|
/// </summary>
|
|
/// </summary>
|
|
private void OnClickBtnGet()
|
|
private void OnClickBtnGet()
|
|
{
|
|
{
|
|
|
|
+ if (!ActivityAfuGiftDataManager.Instance.IsOpen)
|
|
|
|
+ {
|
|
|
|
+ PromptController.Instance.ShowFloatTextPrompt("活动已结束");
|
|
|
|
+ return;
|
|
|
|
+ }
|
|
|
|
+
|
|
if (!ActivityAfuGiftDataManager.Instance.GetIsBuy())
|
|
if (!ActivityAfuGiftDataManager.Instance.GetIsBuy())
|
|
{
|
|
{
|
|
// 跳转充值画面
|
|
// 跳转充值画面
|