|
@@ -426,7 +426,8 @@ namespace GFGGame
|
|
|
|
|
|
private void OnClickBtnHaoYou()
|
|
|
{
|
|
|
- ViewManager.Show<FriendView>(null, true);
|
|
|
+ //ViewManager.Show<FriendView>(null, true);3
|
|
|
+ ViewManager.Show<MergeGameView>();
|
|
|
}
|
|
|
|
|
|
private void OnClickBtnGongGao()
|
|
@@ -764,7 +765,7 @@ namespace GFGGame
|
|
|
{
|
|
|
UI_ListAdItem item = UI_ListAdItem.Proxy(obj);
|
|
|
|
|
|
- item.m_loaRes.url = ResPathUtil.GetActivityPath(_adIds[index].res);
|
|
|
+ item.m_loaRes.url = ResPathUtil.GetActivityPath(_adIds[index].res,"png");
|
|
|
if (item.m_loaRes.data == null)
|
|
|
{
|
|
|
item.m_loaRes.onClick.Add(OnBtnAdJump);
|