修复已知问题
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user