Browse Source

商品列表增加列表标题

feature/feature-compatible
nesxy 6 years ago
parent
commit
87908cf639
1 changed files with 2 additions and 2 deletions
  1. 4
      src/view/home.vue

4
src/view/home.vue

@ -68,11 +68,11 @@
<a :href="'/mall/web/vgoods/detail/' + item1.goodsNo">
<div class="left">
<a :href="'/mall/web/vgoods/detail/' + item1.goodsNo">
<img :src=" imghost + item1.bannerImgs" />
<img :src=" imghost + item1.goodsTitleImg" />
</a>
</div>
<div class="right">
<h3>{{item1.name}}</h3>
<h3>{{item1.goodsTitle}}</h3>
<div class="text">{{item1.shortDesc}}</div>
<div class="card-name">
<i :style="{marginRight:(i+1)==item1.labelList.length?'0':'0.1rem'}" v-if="label.labelText" v-for="(label,i) in item1.labelList">{{label.labelText}}</i>

Loading…
Cancel
Save