فهرست منبع

Merge branch 'master' of http://10.108.64.190:3000/gfg/Client

* 'master' of http://10.108.64.190:3000/gfg/Client:
  相册跳转
Jae 2 سال پیش
والد
کامیت
443e9c72d1
1فایلهای تغییر یافته به همراه4 افزوده شده و 2 حذف شده
  1. 4 2
      GameClient/Assets/Game/HotUpdate/Views/RoleInfo/RoleInfoView.cs

+ 4 - 2
GameClient/Assets/Game/HotUpdate/Views/RoleInfo/RoleInfoView.cs

@@ -135,12 +135,14 @@ namespace GFGGame
             int index = (int)obj.data;
             if (RoleInfoManager.GetPosType(index) == MonthCardType.Gold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.Gold))
             {
-                PromptController.Instance.ShowFloatTextPrompt("金卡开启");
+                // PromptController.Instance.ShowFloatTextPrompt("金卡开启");
+                ViewManager.Show<StoreView>(new object[] { ConstStoreTabId.STORE_MONTH_CARD, ConstStoreSubId.STORE_MONTH_GLOAD_CARD });
                 return;
             }
             if (RoleInfoManager.GetPosType(index) == MonthCardType.BlackGold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.BlackGold))
             {
-                PromptController.Instance.ShowFloatTextPrompt("黑金卡开启");
+                // PromptController.Instance.ShowFloatTextPrompt("黑金卡开启");
+                ViewManager.Show<StoreView>(new object[] { ConstStoreTabId.STORE_MONTH_CARD, ConstStoreSubId.STORE_MONTH_BLACK_CARD });
                 return;
             }