System/OpenServerActivity/WishItemCell.cs
@@ -17,6 +17,7 @@ { WishingPoolModel.WishingWellItem wellItem = null; bool isWishData = wishingModel.TryGetWishDataByIndex(index, out wellItem); noneItemBtn.RemoveAllListeners(); if (isWishData) { nameText.gameObject.SetActive(true); @@ -41,6 +42,10 @@ noneItemObj.gameObject.SetActive(true); nameText.gameObject.SetActive(false); bestIconObj.SetActive(false); noneItemBtn.AddListener(()=> { wishingModel.SetHandMovePos(index); }); } } }