From c6afd889ef30956fff3fa00f0014feb49b70732e Mon Sep 17 00:00:00 2001 From: Yer <17633066053@163.com> Date: Wed, 2 Aug 2023 10:11:25 +0800 Subject: [PATCH] =?UTF-8?q?fix:=20:bug:=20=E4=BF=AE=E5=A4=8D=E7=A0=8D?= =?UTF-8?q?=E4=BB=B7=E3=80=81=E7=A7=AF=E5=88=86=E5=95=86=E5=93=81=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E5=9B=BE=E7=89=87=E9=97=B4=E8=B7=9D=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/promotion/bargain/detail.vue | 7 +++++-- pages/promotion/point/detail.vue | 7 +++++-- 2 files changed, 10 insertions(+), 4 deletions(-) diff --git a/pages/promotion/bargain/detail.vue b/pages/promotion/bargain/detail.vue index 185407d..3995f5c 100644 --- a/pages/promotion/bargain/detail.vue +++ b/pages/promotion/bargain/detail.vue @@ -74,7 +74,7 @@
@@ -128,6 +128,9 @@ export default { }, data() { return { + style: { + img:"display:block" + }, background: { backgroundColor: "transparent", }, @@ -550,4 +553,4 @@ page { -webkit-animation-timing-function: ease-in-out; /*动画的速度曲线*/ } } - \ No newline at end of file + diff --git a/pages/promotion/point/detail.vue b/pages/promotion/point/detail.vue index 4706b46..6f45b8c 100644 --- a/pages/promotion/point/detail.vue +++ b/pages/promotion/point/detail.vue @@ -37,7 +37,7 @@ @@ -59,6 +59,9 @@ export default { }, data() { return { + style: { + img:"display:block" + }, maskFlag: false, //商品弹框 lightColor: this.$lightColor, goodsData: {}, //积分商品中商品详情 @@ -214,4 +217,4 @@ export default { overflow: hidden; max-width: 100%; } - \ No newline at end of file +