Merge remote-tracking branch 'origin/NewMaster' into AnHui_BaoShi
This commit is contained in:
commit
a9c019fc74
@ -132,7 +132,7 @@ namespace QFramework.Example
|
|||||||
if (string.IsNullOrEmpty(item.var))
|
if (string.IsNullOrEmpty(item.var))
|
||||||
{
|
{
|
||||||
Transform trans = InputContent.transform.Find(item.name);
|
Transform trans = InputContent.transform.Find(item.name);
|
||||||
string inputStr = trans.Find("Input").GetComponent<TextMeshProUGUI>().text;
|
string inputStr = trans.Find("Input").GetComponent<TMP_InputField>().text;
|
||||||
if (list.Contains(inputStr))
|
if (list.Contains(inputStr))
|
||||||
{
|
{
|
||||||
return true;
|
return true;
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user