修复已知问题

This commit is contained in:
bobobobo
2026-01-26 23:19:37 +08:00
parent 92ca8d72ce
commit 33bf08c981
15 changed files with 460 additions and 121 deletions

View File

@@ -471,6 +471,8 @@
) {
return
}
console.log(contactInfo, '===')
resetContactInfoUIData()
// deep clone
contactInfoData.value = deepCopy(contactInfo) || {}
@@ -484,6 +486,7 @@
contactInfoData.value
)
isBothFriend.value = await isFriend(contactInfoData.value)
generateMoreInfo()
generateButton()
if (contactInfo.infoKeyList) {