Commit b819e33d authored by 杜欣's avatar 杜欣

Ui走查

parent 5e32652d
...@@ -88,7 +88,6 @@ class MechanismBox implements IBottomPicker { ...@@ -88,7 +88,6 @@ class MechanismBox implements IBottomPicker {
textController.dispose(); textController.dispose();
refreshController.dispose(); refreshController.dispose();
_model.dispose(); _model.dispose();
_model.dispose();
focusNode.dispose(); focusNode.dispose();
} }
......
...@@ -506,7 +506,7 @@ Widget baseSliverAppBar(String url, ...@@ -506,7 +506,7 @@ Widget baseSliverAppBar(String url,
background: needpic background: needpic
? CachedNetworkImage( ? CachedNetworkImage(
imageUrl: url ?? '', imageUrl: url ?? '',
fit: BoxFit.cover, fit: BoxFit.fitHeight,
) )
: Container(), : Container(),
), ),
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment