From cba7ae98fa02a2c60c0bcb29031baa7b98302f89 Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Tue, 11 Jul 2023 17:58:45 +0800 Subject: [PATCH] =?UTF-8?q?style:=20:lipstick:=20=E4=BF=AE=E6=94=B9?= =?UTF-8?q?=E5=95=86=E5=93=81=E8=AF=A6=E6=83=85=E5=9B=BE=E7=89=87=E5=B1=95?= =?UTF-8?q?=E7=A4=BA=E7=A9=BA=E6=A0=BC=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/product/product/goods/-goods-intro.vue | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/pages/product/product/goods/-goods-intro.vue b/pages/product/product/goods/-goods-intro.vue index 586d979..a9b7a12 100644 --- a/pages/product/product/goods/-goods-intro.vue +++ b/pages/product/product/goods/-goods-intro.vue @@ -18,6 +18,7 @@ :use-cache="true" :show-with-animation="true" :html="res.mobileIntro" + :tag-style="style" > @@ -64,6 +65,9 @@ export default { data() { return { goodsDetail: "", + style: { + img:"display:block" + } }; }, props: ["res", "goodsId", "goodsParams"],