Merge branch 'master' of http://192.168.0.87:10010/r/snxxz_scripts
| | |
| | | nameText.gameObject.SetActive(false);
|
| | | itemCell.Init(itemModel);
|
| | | itemCell.cellBtn.AddListener(() => { ClickItemCell(itemModel); });
|
| | | equipLvText.text = Language.Get("L1091",itemModel.chinItemModel.LV);
|
| | | string equipLvSB = Language.Get(StringUtility.Contact("Num_CHS_", itemModel.chinItemModel.LV));
|
| | | equipLvText.text = Language.Get("L1091",equipLvSB);
|
| | | }
|
| | | else
|
| | | {
|
| | |
| | | equipLvObj.SetActive(true);
|
| | | lockBtn.gameObject.SetActive(false);
|
| | | itemCell.Init(itemModel,true);
|
| | | equipLvText.text = Language.Get("L1091",itemModel.chinItemModel.LV);
|
| | | string equipLvSB = Language.Get(StringUtility.Contact("Num_CHS_", itemModel.chinItemModel.LV));
|
| | | equipLvText.text = Language.Get("L1091", equipLvSB);
|
| | | itemCell.cellBtn.RemoveAllListeners();
|
| | | itemCell.cellBtn.AddListener(()=>
|
| | | {
|