This commit is contained in:
zoujiandong 2025-08-29 11:17:16 +08:00
parent c9dcab1e36
commit 7270482bd9

View File

@ -268,7 +268,6 @@
const res = await api.getMyInfo({})
if (res && res.code === 200 && res.data) {
const data = res.data
avatar.value = '',
myInfoBackGround.value = data.myInfoBackGround;
followupCount.value = data.follow_patient_num || data.relationPatientNum || 0
consultCount.value = data.consult_total || data.consultCount || 0