Style(商品):去掉详情图片间隔

This commit is contained in:
lifizer
2023-12-26 09:55:42 +08:00
parent 18a2fbb8a6
commit c88b6aa8a8
+5 -1
View File
@@ -963,7 +963,11 @@ export default {
// /\<img/gi,
// '<img style="display:block;max-width:100%;height:auto;"'
// );
that.$set(that, "storeInfo", formatContent(res.data.storeInfo));
if (res.data.storeInfo.description) {
console.log(res.data.storeInfo.description)
res.data.storeInfo.description = formatContent(res.data.storeInfo.description)
}
that.$set(that, "storeInfo", res.data.storeInfo);
that.isWenwan = res.data.isWenwan;
// 给 attr 赋值,将请求回来的规格赋值给 attr