Style(商品):去掉详情图片间隔
This commit is contained in:
@@ -963,7 +963,11 @@ export default {
|
|||||||
// /\<img/gi,
|
// /\<img/gi,
|
||||||
// '<img style="display:block;max-width:100%;height:auto;"'
|
// '<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;
|
that.isWenwan = res.data.isWenwan;
|
||||||
|
|
||||||
// 给 attr 赋值,将请求回来的规格赋值给 attr
|
// 给 attr 赋值,将请求回来的规格赋值给 attr
|
||||||
|
|||||||
Reference in New Issue
Block a user