详情页开发中, 需要计算出webView的实际高度
This commit is contained in:
parent
3f86568f5c
commit
9d089894cc
|
@ -52,7 +52,10 @@ class DetailPage extends GetView<DetailController> {
|
||||||
|
|
||||||
@override
|
@override
|
||||||
Widget build(BuildContext context) {
|
Widget build(BuildContext context) {
|
||||||
return _buildWebView();
|
return Scaffold(
|
||||||
|
appBar: _buildAppBar(),
|
||||||
|
body: _buildWebView(),
|
||||||
|
);
|
||||||
|
|
||||||
return Scaffold(
|
return Scaffold(
|
||||||
appBar: _buildAppBar(),
|
appBar: _buildAppBar(),
|
||||||
|
|
Loading…
Reference in New Issue