|
|
@@ -33,11 +33,11 @@ public class TopBarView : JCUnityLib.ViewBase
|
|
|
}
|
|
|
}
|
|
|
}
|
|
|
- if (Application.platform == RuntimePlatform.IPhonePlayer) {
|
|
|
+ // if (Application.platform == RuntimePlatform.IPhonePlayer) {
|
|
|
Transform diamond = transform.Find("TopBar/Item");
|
|
|
diamond.localPosition += Vector3.right * 87;
|
|
|
transform.Find("TopBar/IconLebo").gameObject.SetActive(false);
|
|
|
- }
|
|
|
+ // }
|
|
|
CheckNeewShowDiamond();
|
|
|
}
|
|
|
|