xy 2 dias atrás
pai
commit
3e5943e9d2
1 arquivos alterados com 1 adições e 0 exclusões
  1. 1 0
      src/server/hall/shop/shop.go

+ 1 - 0
src/server/hall/shop/shop.go

@@ -80,6 +80,7 @@ func GetShopList(shop_type int) ([]*msg.ShopItem, error) {
 }
 
 func getShopItemById(id string) *msg.ShopItem {
+	console.Log("getShopItemById:", list)
 	for _, v := range list {
 		if v.Id == id {
 			return v