|
@@ -44,9 +44,9 @@ namespace GFGGame
|
|
|
protected override void OnShown()
|
|
|
{
|
|
|
base.OnShown();
|
|
|
- _ui.m_btnShareWB.visible = false;
|
|
|
- //_ui.m_btnShareQQ.visible = false;
|
|
|
- //_ui.m_btnShareQQZone.visible = false;
|
|
|
+ //_ui.m_btnShareWB.visible = false;
|
|
|
+ _ui.m_btnShareQQ.visible = false;
|
|
|
+ _ui.m_btnShareQQZone.visible = false;
|
|
|
_ui.m_btnShareDouYin.visible = false;
|
|
|
RoleInfoManager.Instance.UpdateHead(_ui.m_head, RoleDataManager.headId, RoleDataManager.headBorderId);
|
|
|
_ui.m_levelText.text = RoleDataManager.lvl.ToString();
|