From 4a649aa98f9dbed35b5904c3227bb97a7da19151 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 14:00:41 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20urlwidget+PopupWindow=E6=97=A0=E6=B3=95?= =?UTF-8?q?=E6=9B=BF=E6=8D=A2${text}=EF=BC=8C=E6=94=B9=E7=94=A8newwindow+w?= =?UTF-8?q?indow.open()?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- wwwroot/qr_scan.ui | 11 ++--------- 1 file changed, 2 insertions(+), 9 deletions(-) diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui index 9640229..3646c63 100644 --- a/wwwroot/qr_scan.ui +++ b/wwwroot/qr_scan.ui @@ -5,14 +5,7 @@ { "wid": "self", "event": "recognized", - "actiontype": "urlwidget", - "target": "PopupWindow", - "popup_options": { - "title": "扫码结果", - "dismiss_events": ["cancel"], - "height": "85%", - "width": "85%" - }, + "actiontype": "newwindow", "options": { "url": "${text}" } @@ -25,4 +18,4 @@ "script": "this.dismiss()" } ] -} \ No newline at end of file +}