Browse Source

Merge branch 'feature/feature-compatible' of ssh://gogs.1hhd.com:10022/1hjz-3N/1hjz-h5

feature/3.0.0-推广员
nesxy 6 years ago
parent
commit
cb70f939ea
1 changed files with 4 additions and 1 deletions
  1. 5
      src/view/home.vue

5
src/view/home.vue

@ -68,10 +68,13 @@
<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 v-if="item1.goodsTitleImg!=''" :src=" imghost + item1.goodsTitleImg" />
<img v-else-if="item1.showImg!=''" :src=" imghost + item1.showImg" />
<img v-else :src=" imghost + item1.bannerImgs" />
</a>
</div>
<div class="right">
<h3 v-if="item1.goodsTitle" >{{item1.goodsTitle}}</h3>
<h3>{{item1.name}}</h3>
<div class="text">{{item1.shortDesc}}</div>
<div class="card-name">

Loading…
Cancel
Save