From 50e22e350003267330bb114657851037afc92496 Mon Sep 17 00:00:00 2001 From: kola Date: Wed, 30 Oct 2024 16:57:31 +0800 Subject: [PATCH] =?UTF-8?q?bug=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/module1/pages/setInfo/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/module1/pages/setInfo/index.ts b/src/module1/pages/setInfo/index.ts index 47de220..71c0a72 100644 --- a/src/module1/pages/setInfo/index.ts +++ b/src/module1/pages/setInfo/index.ts @@ -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}`,