商店:bug修复
This commit is contained in:
@@ -53,7 +53,7 @@ async function getShopListByData(shop: number, type: number, userShopRecs: UserS
|
||||
|
||||
|
||||
export async function getShopDicById(activityId: number, itemId: number, roleId: string, serverId: number) {
|
||||
if(activityId == 0) {
|
||||
if(!activityId || activityId == 0) {
|
||||
return gameData.shopItem.get(itemId);
|
||||
} else {
|
||||
let activityData = await getShopActivityById(roleId, serverId, activityId);
|
||||
|
||||
Reference in New Issue
Block a user