xy 2 ngày trước cách đây
mục cha
commit
3e5943e9d2
1 tập tin đã thay đổi với 1 bổ sung0 xóa
  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