Compare commits
No commits in common. "a9c019fc744f674f71b66d7a5358801f05c1bf3a" and "b1c2e578b68663f9842d76f210632cdc99d7468c" have entirely different histories.
a9c019fc74
...
b1c2e578b6
@ -132,7 +132,7 @@ namespace QFramework.Example
|
||||
if (string.IsNullOrEmpty(item.var))
|
||||
{
|
||||
Transform trans = InputContent.transform.Find(item.name);
|
||||
string inputStr = trans.Find("Input").GetComponent<TMP_InputField>().text;
|
||||
string inputStr = trans.Find("Input").GetComponent<TextMeshProUGUI>().text;
|
||||
if (list.Contains(inputStr))
|
||||
{
|
||||
return true;
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user