瀏覽代碼

商店来源名称

zhaoyang 3 年之前
父節點
當前提交
e5f26500d3
共有 1 個文件被更改,包括 16 次插入0 次删除
  1. 16 0
      GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachOfItemView.cs

+ 16 - 0
GameClient/Assets/Game/HotUpdate/Views/CommonGame/ApproachOfItemView.cs

@@ -101,6 +101,22 @@ namespace GFGGame
                 }
 
             }
+            else if (functionId == ConstFunctionId.FU_ZHUANG_DIAN)
+            {
+                int shopId = int.Parse(infos[1]);
+                if (shopId == ConstStoreId.LUCKY_BOX_ACTIVITY_STORE_ID)
+                {
+                    listItem.target.text = "活动商店";
+                }
+                else if (shopId == ConstStoreId.LUCKY_BOX_STORE_ID)
+                {
+                    listItem.target.text = "落星商店";
+                }
+                else
+                {
+                    listItem.target.text = "服装店";
+                }
+            }
             else
             {
                 listItem.target.text = gameFunctionCfg.name;