From 9d089894ccdea0605f3f735ca7544ad1973486f1 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=83=A1=E5=A4=A9?= Date: Mon, 24 Jul 2023 18:33:14 +0800 Subject: [PATCH] =?UTF-8?q?=E8=AF=A6=E6=83=85=E9=A1=B5=E5=BC=80=E5=8F=91?= =?UTF-8?q?=E4=B8=AD,=20=E9=9C=80=E8=A6=81=E8=AE=A1=E7=AE=97=E5=87=BAwebVi?= =?UTF-8?q?ew=E7=9A=84=E5=AE=9E=E9=99=85=E9=AB=98=E5=BA=A6?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/modules/detail/detail_page.dart | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/lib/modules/detail/detail_page.dart b/lib/modules/detail/detail_page.dart index 0c319fd..ed6ba9e 100644 --- a/lib/modules/detail/detail_page.dart +++ b/lib/modules/detail/detail_page.dart @@ -52,7 +52,10 @@ class DetailPage extends GetView { @override Widget build(BuildContext context) { - return _buildWebView(); + return Scaffold( + appBar: _buildAppBar(), + body: _buildWebView(), + ); return Scaffold( appBar: _buildAppBar(),