Browse Source

修复BUG

hexiaojie 2 years ago
parent
commit
fda7d42fdb
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Bag/GiftBoxSelectorView.cs

+ 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)
             {