激励视频bug

This commit is contained in:
yangjing 2022-08-11 11:33:10 +08:00
parent 23303d9acf
commit cee68cedba
1 changed files with 5 additions and 2 deletions

View File

@ -74,8 +74,11 @@ public static class AdsUtils
{ {
TKGSDKManager.Instance.PlayRewardAd(pAdPos, (pResult) => TKGSDKManager.Instance.PlayRewardAd(pAdPos, (pResult) =>
{ {
pSuccessCallback?.Invoke(); if (pResult)
MMOModule.Instance.WatchAdSuccessfully(); {
pSuccessCallback?.Invoke();
MMOModule.Instance.WatchAdSuccessfully();
}
}, UIUtils.ShowNoAdsTip); }, UIUtils.ShowNoAdsTip);
} }
} }