From 0aeed1fe69b62f5ceb60a07e611e5efec624212e Mon Sep 17 00:00:00 2001 From: kola-web Date: Tue, 23 Dec 2025 18:35:35 +0800 Subject: [PATCH] =?UTF-8?q?=E6=8A=A5=E5=90=8D=E7=BB=93=E6=9E=9C=E9=A1=B5?= =?UTF-8?q?=E8=87=AA=E5=8A=A8=E8=B7=B3=E8=BD=AC=E9=80=BB=E8=BE=91=E9=94=99?= =?UTF-8?q?=E8=AF=AF=E5=A4=84=E7=90=86?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/patient/pages/liveResult/index.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/patient/pages/liveResult/index.ts b/src/patient/pages/liveResult/index.ts index 60e1a1d..612350d 100644 --- a/src/patient/pages/liveResult/index.ts +++ b/src/patient/pages/liveResult/index.ts @@ -52,7 +52,7 @@ Page({ this.setData({ detail: res, }) - if (this.data.entry == '1') { + if (this.data.entry == '1' && res.BeginTimeValue < this.data.dateValue && res.Type == 1) { this.handleLive() } this.getQrCode()