Browse Source

活动公告页补充提交

zhangyuqian 1 year ago
parent
commit
32ab6a4ba5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

+ 1 - 1
GameClient/Assets/Game/HotUpdate/Views/Notice/NoticeView.cs

@@ -106,7 +106,7 @@ namespace GFGGame
         {
         {
             UI_ListActivityItem item = UI_ListActivityItem.Proxy(obj);
             UI_ListActivityItem item = UI_ListActivityItem.Proxy(obj);
             item.m_loaShow.url = ResPathUtil.GetActivityPath(showActivity[index].NoticeTips,"png");
             item.m_loaShow.url = ResPathUtil.GetActivityPath(showActivity[index].NoticeTips,"png");
-            item.m_txtName.text = showActivity[index].res;
+            item.m_txtName.text = "";
             switch (showActivity[index].jumpId)
             switch (showActivity[index].jumpId)
             {
             {
                 //后续添加其他活动
                 //后续添加其他活动