Authored by 李奇

品牌介绍从商品详情区域抽出

... ... @@ -150,13 +150,19 @@
</show-box>
<show-box class="product-detail-desc" :is-last="true">
<h2>商品详情</h2>
<h2>品牌介绍</h2>
<i>DETAILS</i>
<p v-if="brand && brand.brand_intro" v-lazy-html="brand.brand_intro">
</p>
<p v-if="brand && intro.productIntroBo" v-lazy-html="intro.productIntroBo.productIntro">
</show-box>
<show-box class="product-detail-desc" :is-last="true">
<h2>商品详情</h2>
<i>DETAILS</i>
<p v-if="intro && intro.productIntroBo" v-lazy-html="intro.productIntroBo.productIntro">
</p>
</show-box>
... ...