From dfe5a3d961345f4fda2881f1fb197a1d7bc55a8d Mon Sep 17 00:00:00 2001 From: yangjing Date: Tue, 15 Feb 2022 17:14:49 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E6=8E=89=E6=B5=8B=E8=AF=95=E4=BB=A3?= =?UTF-8?q?=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- Assets/Scripts/UI/CustomControl/EndingCell.cs | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Assets/Scripts/UI/CustomControl/EndingCell.cs b/Assets/Scripts/UI/CustomControl/EndingCell.cs index 982f97b7..443fce48 100644 --- a/Assets/Scripts/UI/CustomControl/EndingCell.cs +++ b/Assets/Scripts/UI/CustomControl/EndingCell.cs @@ -93,8 +93,8 @@ public class EndingCell : MonoBehaviour private void OnClickAdTip() { - UIManager.Instance.OpenUI(); - return; + //UIManager.Instance.OpenUI(); + //return; PlayerData.Instance.AddEndingAdTip(mLevelID, mEndingID); mBtnTip.gameObject.SetActive(true);