This commit is contained in:
Putoo
2026-07-07 08:38:26 +08:00
parent 63d56b245e
commit 49ac29c50a
18 changed files with 525 additions and 39 deletions

View File

@@ -56,8 +56,7 @@ const BindData = async (): Promise<void> => {
if (result.code == 0) {
monster.value = result.data;
if (monster.value.award != '') {
AwardTips.value = awardTipsStr(JSON.parse(monster.value.award))
console.log(result);
AwardTips.value = awardTipsStr(JSON.parse(monster.value.award))
}
}
else {