|
@@ -263,6 +263,7 @@ namespace GFGGame
|
|
|
private void OnBtnUpCardClikc()
|
|
|
{
|
|
|
if (cardList.Count == 0) return;
|
|
|
+ cardList[_ui.m_listCard.selectedIndex].fromUIType = typeof(StoryCardChoose).FullName;
|
|
|
ViewManager.Show<CardFosterView>(cardList[_ui.m_listCard.selectedIndex],
|
|
|
new object[] { typeof(StoryCardChoose).FullName, _scoreType });
|
|
|
this.Hide();
|