mirror of
https://gitee.com/beijing_hongye_huicheng/lilishop-uniapp.git
synced 2025-12-17 16:05:53 +08:00
fix: 🐛 修复砍价、积分商品详情图片间距问题
This commit is contained in:
@@ -74,7 +74,7 @@
|
||||
<div class="bargain">
|
||||
<div class="bargain-title">商品详情</div>
|
||||
<view class="u-content">
|
||||
<u-parse :html="bargainDetail.mobileIntro"></u-parse>
|
||||
<u-parse :html="bargainDetail.mobileIntro" :tag-style="style"></u-parse>
|
||||
</view>
|
||||
|
||||
</div>
|
||||
@@ -128,6 +128,9 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
style: {
|
||||
img:"display:block"
|
||||
},
|
||||
background: {
|
||||
backgroundColor: "transparent",
|
||||
},
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<div class="bargain">
|
||||
<div class="row-title">商品详情</div>
|
||||
<view class="u-content">
|
||||
<u-parse :html="goodsData.mobileIntro"></u-parse>
|
||||
<u-parse :html="goodsData.mobileIntro" :tag-style="style"></u-parse>
|
||||
</view>
|
||||
</div>
|
||||
</div>
|
||||
@@ -59,6 +59,9 @@ export default {
|
||||
},
|
||||
data() {
|
||||
return {
|
||||
style: {
|
||||
img:"display:block"
|
||||
},
|
||||
maskFlag: false, //商品弹框
|
||||
lightColor: this.$lightColor,
|
||||
goodsData: {}, //积分商品中商品详情
|
||||
|
||||
Reference in New Issue
Block a user