浏览代码

修复BUG

hexiaojie 2 年之前
父节点
当前提交
fda7d42fdb
共有 1 个文件被更改,包括 1 次插入1 次删除
  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)
             {