|
@@ -20,6 +20,7 @@ public class HomeView : JCUnityLib.ViewBase
|
|
|
|
|
|
|
|
void Awake() {
|
|
void Awake() {
|
|
|
gameVersion.text = "V" + Application.version;
|
|
gameVersion.text = "V" + Application.version;
|
|
|
|
|
+ gameVersion.gameObject.SetActive(false); //隐藏版本号
|
|
|
if (CommonConfig.needToExamine) {
|
|
if (CommonConfig.needToExamine) {
|
|
|
transform.Find("LeftPanel/Item (1)").gameObject.SetActive(false);
|
|
transform.Find("LeftPanel/Item (1)").gameObject.SetActive(false);
|
|
|
transform.Find("RightPanel/Item/Text").GetComponent<TextAutoLanguage>().SetText(1234562);
|
|
transform.Find("RightPanel/Item/Text").GetComponent<TextAutoLanguage>().SetText(1234562);
|