|
@@ -121,6 +121,7 @@ namespace GFGGame
|
|
item.m_grpLock.visible = true;
|
|
item.m_grpLock.visible = true;
|
|
item.m_comPhoto.m_loaPhoto.texture = null;
|
|
item.m_comPhoto.m_loaPhoto.texture = null;
|
|
item.m_imgNone.visible = false;
|
|
item.m_imgNone.visible = false;
|
|
|
|
+ RoleDataManager.photoDatas[index] = 0;
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
item.m_comPhoto.m_loaPhoto.texture = poemPhotoData == null ? null : poemPhotoData.Ntexture;
|
|
item.m_comPhoto.m_loaPhoto.texture = poemPhotoData == null ? null : poemPhotoData.Ntexture;
|
|
@@ -134,13 +135,15 @@ namespace GFGGame
|
|
if (RoleInfoManager.GetPosType(index) == MonthCardType.Gold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.Gold))
|
|
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_GOLD_CARD });
|
|
|
|
|
|
+ ViewManager.Show<StoreView>(new object[] { ConstStoreTabId.STORE_MONTH_CARD, ConstStoreSubId.STORE_MONTH_GOLD_CARD }
|
|
|
|
+ , new object[] { typeof(RoleInfoView).FullName, this.viewData });
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
if (RoleInfoManager.GetPosType(index) == MonthCardType.BlackGold && !RoleDataManager.CheckIsMonthCardOpenByType(MonthCardType.BlackGold))
|
|
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 });
|
|
|
|
|
|
+ ViewManager.Show<StoreView>(new object[] { ConstStoreTabId.STORE_MONTH_CARD, ConstStoreSubId.STORE_MONTH_BLACK_CARD }
|
|
|
|
+ , new object[] { typeof(RoleInfoView).FullName, this.viewData });
|
|
return;
|
|
return;
|
|
}
|
|
}
|
|
|
|
|