From aec64f121d3694ac45f30db69bac2a75f1627873 Mon Sep 17 00:00:00 2001 From: cdle <798731886@qq.com> Date: Wed, 18 Aug 2021 14:42:21 +0800 Subject: [PATCH] x --- models/asset.go | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/models/asset.go b/models/asset.go index fd114ad..2a3a9fc 100644 --- a/models/asset.go +++ b/models/asset.go @@ -504,7 +504,7 @@ func initPetTown(cookie string, state chan string) { } else if a.Result.PetStatus == 6 { rt = a.Result.GoodsInfo.GoodsName + "未继续领养新的物品⏰" } else { - rt = a.Result.GoodsInfo.GoodsName + fmt.Sprintf("领养中,进度%.2f%%🐶", a.Result.MedalPercent) + rt = a.Result.GoodsInfo.GoodsName + fmt.Sprintf("领养中,进度%.2f%%,勋章%d/%d", a.Result.MedalPercent, a.Result.MedalNum, a.Result.GoodsInfo.ExchangeMedalNum) } } else { rt = "数据异常"