引导中不弹每日登录奖励

main
yurui 2024-07-08 13:20:11 +08:00
parent 1018fe490f
commit 2353024ce9
1 changed files with 4 additions and 0 deletions

View File

@ -2,6 +2,7 @@ using System.Collections.Generic;
using Cysharp.Threading.Tasks;
using Framework;
using Gameplay;
using Gameplay.Guide;
using PhxhSDK;
using Unity.Mathematics;
using Constants = PhxhSDK.Constants;
@ -45,6 +46,9 @@ public class SignUpManager : Singlenton<SignUpManager>, IInitable
public async UniTask<bool> CheckShowSignUp()
{
if (GuideManager.Instance.IsGuiding) // 引导中不弹每日登录奖励
return false;
if (_accumulateDic.Count > 0)
return false;