hexiaojie 2 жил өмнө
parent
commit
fda7d42fdb

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Bag/GiftBoxSelectorView.cs

@@ -148,7 +148,7 @@ namespace GFGGame
             uiItemChild.m_txtSelNum.onFocusOut.Add(OnChangedTxtSelNum);
             uiItemChild.m_btnAdd.onClick.Add(OnBtnAddClick);
             uiItemChild.m_btnReduce.onClick.Add(OnChildBtnReduceClick);
-            uiItemChild.m_btnReduce.onTouchBegin.Add(OnTextInputOpen);
+            uiItemChild.m_txtSelNum.onTouchBegin.Add(OnTextInputOpen);
 
             if (uiItemChild.target.data == null)
             {