Browse Source

测试

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
0a7d5f7e29
2 changed files with 3 additions and 3 deletions
  1. 2
      src/view/home.vue
  2. 4
      src/view/poster.vue

2
src/view/home.vue

@ -35,7 +35,7 @@
<div class="right">
<h3>{{item1.name}}</h3>
<div class="text">{{item1.shortDesc}}</div>
<div class="card-name" v-if="toJSON(item1.smallLabel) != '' "><i>{{toJSON(item1.smallLabel)}}</i></div>
<div class="card-name" v-if="toJSON(item1.smallLabel)"><i>{{toJSON(item1.smallLabel)}}</i></div>
<div class="btn-box">
<span> <em>{{item1.originalPrice > 0 ? item1.originalPrice/100 : item1.price/100}}</em></span>
<a :href="'/mall/web/vgoods/detail/' + item1.goodsNo">立即购买</a>

4
src/view/poster.vue

@ -237,8 +237,8 @@
if ( this.sourceType == 2 ){ //
this.getPoster2()
}else if (this.sourceType == 3){
this.imgSrc = "http://1hjz.3ncto.com.cn" + this.no + "?" + Date.now();
this.imgUrl = "http://1hjz.3ncto.com.cn" + this.no;
this.imgSrc = this.no + "?" + Date.now();
this.imgUrl = this.no;
} else { //
this.getPoster()
}

Loading…
Cancel
Save