mirror of
https://github.com/bggRGjQaUbCoE/PiliPlus.git
synced 2026-04-24 04:22:39 +08:00
@@ -243,7 +243,7 @@ class _WebviewPageState extends State<WebviewPage> {
|
||||
child: const Text('取消'),
|
||||
),
|
||||
TextButton(
|
||||
onPressed: () async {
|
||||
onPressed: () {
|
||||
Get.back();
|
||||
PageUtils.launchURL(request.url.toString());
|
||||
},
|
||||
|
||||
Reference in New Issue
Block a user