Browse Source

商品详情页面优化

wr_2024_invoice
wurong 6 months ago
parent
commit
40949c48df
  1. 23
      lib/store/shop_details_page.dart

23
lib/store/shop_details_page.dart

@ -702,29 +702,6 @@ class _ShopDetailsPage extends State<ShopDetailsPage> {
},
),
),
Container(
color: Colors.white,
child: Html(
data: miNiDetail?.details ?? "",
style: {
'body': Style(
backgroundColor: Colors.white,
padding: EdgeInsets.all(0),
margin: EdgeInsets.all(0)),
'p': Style(
margin: EdgeInsets.all(0),
padding: EdgeInsets.all(0),
),
},
customImageRenders: {
networkSourceMatcher(): networkImageRender(
loadingWidget: () {
return Container();
},
),
},
),
),
],
),
)

Loading…
Cancel
Save