try fix
This commit is contained in:
@@ -209,6 +209,8 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
cloth.push(item);
|
cloth.push(item);
|
||||||
tx.push(x);
|
tx.push(x);
|
||||||
}
|
}
|
||||||
|
}
|
||||||
|
}
|
||||||
clotheMenus.push({
|
clotheMenus.push({
|
||||||
menu: clotheSubMenu,
|
menu: clotheSubMenu,
|
||||||
type: type,
|
type: type,
|
||||||
@@ -216,9 +218,6 @@ export default function clotheShopList(globalData: IGlobalData) {
|
|||||||
item: cloth,
|
item: cloth,
|
||||||
texture: tx
|
texture: tx
|
||||||
});
|
});
|
||||||
}
|
|
||||||
}
|
|
||||||
|
|
||||||
|
|
||||||
|
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user