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 +