我的
This commit is contained in:
parent
c9dcab1e36
commit
7270482bd9
@ -268,7 +268,6 @@
|
|||||||
const res = await api.getMyInfo({})
|
const res = await api.getMyInfo({})
|
||||||
if (res && res.code === 200 && res.data) {
|
if (res && res.code === 200 && res.data) {
|
||||||
const data = res.data
|
const data = res.data
|
||||||
avatar.value = '',
|
|
||||||
myInfoBackGround.value = data.myInfoBackGround;
|
myInfoBackGround.value = data.myInfoBackGround;
|
||||||
followupCount.value = data.follow_patient_num || data.relationPatientNum || 0
|
followupCount.value = data.follow_patient_num || data.relationPatientNum || 0
|
||||||
consultCount.value = data.consult_total || data.consultCount || 0
|
consultCount.value = data.consult_total || data.consultCount || 0
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user