|
@@ -105,7 +105,7 @@ namespace GFGGame
|
|
|
UI_ComBox comBox = UI_ComBox.Proxy(_ui.m_comBox.target);
|
|
|
|
|
|
LuckyBoxDataManager.Instance.InitData(_luckyBoxCfg.id);
|
|
|
- comBox.m_comModel.m_loaBg.url = ResPathUtil.GetBgImgPath(_luckyBoxCfg.resArr[0]);
|
|
|
+ // comBox.m_comModel.m_loaBg.url = ResPathUtil.GetBgImgPath(_luckyBoxCfg.resArr[0]);
|
|
|
comBox.m_btnPreview.m_c1.selectedIndex = 1;
|
|
|
LuckyBoxDataManager.Instance.GetOwnedCount(_luckyBoxCfg.id, out int count, out int totalCount);
|
|
|
comBox.m_txtOwned.SetVar("v1", "" + count).FlushVars();
|