比赛列表搜索逻辑统一
This commit is contained in:
parent
6cc2486ebf
commit
8c5ad08475
File diff suppressed because it is too large
Load Diff
@ -179,12 +179,12 @@ public class RaceListScript : RaceScript
|
||||
{
|
||||
var t = searchInput.GetComponent<InputField>().text;
|
||||
raceName = t;
|
||||
//onEndEdit();
|
||||
});
|
||||
searchInput.GetComponent<InputField>().onEndEdit.AddListener((string s) =>
|
||||
{
|
||||
onEndEdit();
|
||||
});
|
||||
//searchInput.GetComponent<InputField>().onEndEdit.AddListener((string s) =>
|
||||
//{
|
||||
// onEndEdit();
|
||||
//});
|
||||
}
|
||||
btnReturn = transform.Find("SwitchMode/BtnReturn");
|
||||
if (btnReturn != null)
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user