| | |
| | | int payRMBNum = orderCfg.PayRMBNum;
|
| | | orgPrice.SetActive(type == 1 && PlayerDatas.Instance.baseData.IsActive90Off);
|
| | | imgOnSale.SetActive(type == 2 && PlayerDatas.Instance.baseData.IsActive90Off);
|
| | |
|
| | | //隐藏0.1折显示
|
| | | orgPrice.SetActive(false);
|
| | | imgOnSale.SetActive(false);
|
| | |
|
| | | string payMoneyNum = Language.Get("PayMoneyNum", UIHelper.GetMoneyFormat(payRMBNum));
|
| | | orgPrice.text = payMoneyNum;
|
| | | orgPrice.text = orderCfg.m_PayRMBNum.ToString();
|
| | | txtPrice1.text = payMoneyNum;
|
| | | txtPrice2.text = payMoneyNum;
|
| | | txtHireDayCnt.text = Language.Get("BlessedLand060", model.butlerLevelDurationArr[index + 1]);
|