0312 珍宝阁过天(5点)不能砍价bug, 部分界面文字显示加空格
| | |
| | | //自己是否已砍价 从列表中查找
|
| | | zhenbaogeCutState = 1;
|
| | | }
|
| | | else
|
| | | {
|
| | | zhenbaogeCutState = 0;
|
| | | }
|
| | |
|
| | |
|
| | | sortPlayerCut = familyZBGActions.Keys.ToList();
|
| | |
| | | var itemConfig = ItemConfig.Get(item.id);
|
| | | m_RuneIcon.SetSprite(itemConfig.IconKey);
|
| | | m_RuneProperty.text = model.GetRunePropertyDescription(item.id, item.level);
|
| | | m_RuneName.text = StringUtility.Contact(itemConfig.ItemName, Language.Get("Z1024", item.level));
|
| | | m_RuneName.text = StringUtility.Contact(itemConfig.ItemName, " ", Language.Get("Z1024", item.level));
|
| | | m_RuneName.color = UIHelper.GetUIColor(itemConfig.ItemColor, true);
|
| | |
|
| | | var isMax = model.IsRuneMaxLevel(item.id, item.level);
|
| | |
| | | m_Icon.SetSprite(itemConfig.IconKey);
|
| | | m_ItemBG.SetItemBackGround(itemConfig.ItemColor, itemConfig.QualityEchoType);
|
| | | m_ContainerVip.SetActive(config.VipLv > 0);
|
| | | m_VipLevel.text = StringUtility.Contact("V", config.VipLv,
|
| | | m_VipLevel.text = StringUtility.Contact("V", config.VipLv, " ",
|
| | | Language.Get(StringUtility.Contact("Num_CHS_", config.VipMultiple)), Language.Get("SignInTimes"));
|
| | | m_Count.text = config.OrdinaryNum[ring] <= 1 ? string.Empty : config.OrdinaryNum[ring].ToString();
|
| | | m_Day.text = Language.Get("SignIn_4", index + 1);
|