From acdabe4c330b39acf0c020477235e5931fadb1c1 Mon Sep 17 00:00:00 2001 From: yumoqing Date: Mon, 6 Jul 2026 13:47:39 +0800 Subject: [PATCH] =?UTF-8?q?=E6=89=AB=E7=A0=81=E7=BB=93=E6=9E=9C=E6=94=B9?= =?UTF-8?q?=E4=B8=BA=E5=BC=B9=E6=96=B0=E7=AA=97=E5=8F=A3(PopupWindow)?= =?UTF-8?q?=E5=B1=95=E7=A4=BA=EF=BC=8C=E4=B8=8D=E5=86=8D=E6=9B=BF=E6=8D=A2?= =?UTF-8?q?=E5=BD=93=E5=89=8D=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit root.page_center → PopupWindow,扫码后弹出 85% 新窗口打开链接内容 --- wwwroot/qr_scan.ui | 10 ++++++++-- 1 file changed, 8 insertions(+), 2 deletions(-) diff --git a/wwwroot/qr_scan.ui b/wwwroot/qr_scan.ui index 7af4402..fec51d7 100644 --- a/wwwroot/qr_scan.ui +++ b/wwwroot/qr_scan.ui @@ -6,9 +6,15 @@ "wid": "self", "event": "recognized", "actiontype": "urlwidget", - "target": "root.page_center", + "target": "PopupWindow", + "popup_options": { + "title": "扫码结果", + "dismiss_events": ["cancel"], + "height": "85%", + "width": "85%" + }, "options": { - "url": "${text}" + "url": "${text}$" } }, {