Browse Source

bug处理

main
kola 4 months ago
parent
commit
50e22e3500
  1. 2
      src/module1/pages/setInfo/index.ts

2
src/module1/pages/setInfo/index.ts

@ -41,7 +41,7 @@ Page({ @@ -41,7 +41,7 @@ Page({
InviteDoctorName: res.InviteDoctorName,
HospitalName: res.HospitalName,
AuditId: res.AuditId,
AuditId: res.AuditStatus === 1 ? 0 : res.AuditId,
Name: res.Name,
HospitalId: res.HospitalId,
TitleType: `${res.TitleType}`,

Loading…
Cancel
Save