Skip to content

Commit

Permalink
fix: 修复获取勋章报错
Browse files Browse the repository at this point in the history
  • Loading branch information
Evansy authored Jan 24, 2024
1 parent 482a2a2 commit 30bc7c3
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const sendMsg = async () => {
}
onMounted(() => {
cacheStore.getBatchBadgeInfo(props.user.itemIds)
cacheStore.getBatchBadgeInfo(props.user.itemIds || [])
})
</script>

Expand Down

0 comments on commit 30bc7c3

Please sign in to comment.