From 40949c48df0b95087248979da0ded6f4c6f54631 Mon Sep 17 00:00:00 2001 From: wurong <953969641@qq.com> Date: Fri, 19 Jul 2024 16:29:36 +0800 Subject: [PATCH] =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E9=A1=B5?= =?UTF-8?q?=E9=9D=A2=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- lib/store/shop_details_page.dart | 23 ----------------------- 1 file changed, 23 deletions(-) diff --git a/lib/store/shop_details_page.dart b/lib/store/shop_details_page.dart index 1194e1d8..b3b757a2 100644 --- a/lib/store/shop_details_page.dart +++ b/lib/store/shop_details_page.dart @@ -702,29 +702,6 @@ class _ShopDetailsPage extends State { }, ), ), - 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(); - }, - ), - }, - ), - ), ], ), )