Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohoblk-wap
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
李奇
8 years ago
Commit
26cff210774a9195f1bf82b5f985ed42728a9812
1 parent
cf807ffd
品牌介绍从商品详情区域抽出
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
8 additions
and
2 deletions
public/vue/product/detail/index.vue
public/vue/product/detail/index.vue
View file @
26cff21
...
...
@@ -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>
...
...
Please
register
or
login
to post a comment