diff --git a/src/view/home.vue b/src/view/home.vue
index 7e32411..1bb28e8 100644
--- a/src/view/home.vue
+++ b/src/view/home.vue
@@ -35,7 +35,7 @@
{{item1.name}}
{{item1.shortDesc}}
-
{{toJSON(item1.smallLabel)}}
+
{{toJSON(item1.smallLabel)}}
¥ {{item1.originalPrice > 0 ? item1.originalPrice/100 : item1.price/100}}
立即购买
diff --git a/src/view/poster.vue b/src/view/poster.vue
index 11bb4ae..da0346a 100644
--- a/src/view/poster.vue
+++ b/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()
}