fix:1、修复bug。 2、1.0.8版本提审
This commit is contained in:
@@ -193,6 +193,8 @@ namespace BallKingdomCrush
|
||||
//初始化页面逻辑
|
||||
private void InitView()
|
||||
{
|
||||
ui.viplevel.selectedIndex = GameHelper.GetVipLevel();
|
||||
|
||||
ui.btn_week.text_price.text = GameHelper.getPrice((decimal)vip_list[0].DiscountPrice);
|
||||
ui.btn_month.text_price.text = GameHelper.getPrice((decimal)vip_list[1].DiscountPrice);
|
||||
ui.btn_year.text_price.text = GameHelper.getPrice((decimal)vip_list[2].DiscountPrice);
|
||||
|
||||
Reference in New Issue
Block a user