우리독자카드 추가에 따른 수정
This commit is contained in:
@@ -501,6 +501,10 @@ namespace SSG_Coder
|
||||
{
|
||||
rtn = rtn.Substring(0, 2).Replace("국민","KB") + Environment.NewLine + rtn.Substring(2);
|
||||
}
|
||||
if (_카드사.Equals("우리독자카드"))
|
||||
{
|
||||
rtn = rtn.Substring(0, 2) + Environment.NewLine + "카드";
|
||||
}
|
||||
|
||||
return rtn;
|
||||
}
|
||||
@@ -1080,6 +1084,9 @@ namespace SSG_Coder
|
||||
|
||||
string cardText = 매진정보.카드프로모션[0].카드사.Substring(0, 2) + Environment.NewLine + 매진정보.카드프로모션[1].카드사.Substring(0, 2);
|
||||
|
||||
if (매진정보.카드프로모션[0].카드사.Substring(0, 2).Equals(매진정보.카드프로모션[1].카드사.Substring(0, 2)))
|
||||
cardText = 매진정보.카드프로모션[0].카드사.Substring(0, 2) + Environment.NewLine + "카드";
|
||||
|
||||
KAScene.GetObject("cardName1").SetValue(cardText);
|
||||
KAScene.GetObject("doRate1").SetValue(매진정보.카드프로모션[0].할인율);
|
||||
KAScene.GetObject("appAmt1_1").SetValue(매진정보.카드프로모션[0].기준적용금액);
|
||||
|
||||
Reference in New Issue
Block a user