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}$" } }, {