fix
This commit is contained in:
@@ -183,8 +183,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
|
|
||||||
var txData = getClothingName(key, item.ClotheId, gender);
|
var txData = getClothingName(key, item.ClotheId, gender);
|
||||||
|
|
||||||
mp.gui.chat.push('Key ' + key);
|
|
||||||
mp.gui.chat.push(item);
|
|
||||||
|
|
||||||
if (txData != undefined && txData.length > 0) {
|
if (txData != undefined && txData.length > 0) {
|
||||||
categoryMenu.AddItem(new UIMenuItem(mp.game.ui.getLabelText(txData[0].data[0].GXT), ""));
|
categoryMenu.AddItem(new UIMenuItem(mp.game.ui.getLabelText(txData[0].data[0].GXT), ""));
|
||||||
@@ -419,7 +418,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
nextMenu.Visible = true;
|
nextMenu.Visible = true;
|
||||||
menuTransition = true;
|
menuTransition = true;
|
||||||
|
|
||||||
submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
// submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
||||||
});
|
});
|
||||||
|
|
||||||
mainMenu.MenuClose.on(() => {
|
mainMenu.MenuClose.on(() => {
|
||||||
@@ -449,7 +448,7 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
nextMenu.menu.Visible = true;
|
nextMenu.menu.Visible = true;
|
||||||
menuTransition = true;
|
menuTransition = true;
|
||||||
|
|
||||||
//submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
submenuItemChangeHandler(nextMenu.menu.CurrentSelection);
|
||||||
});
|
});
|
||||||
|
|
||||||
categoryMenu.MenuClose.on(() => {
|
categoryMenu.MenuClose.on(() => {
|
||||||
|
|||||||
Reference in New Issue
Block a user