x
This commit is contained in:
parent
d60801650a
commit
aec64f121d
@ -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 = "数据异常"
|
||||
|
||||
Loading…
Reference in New Issue
Block a user