From 0a7d5f7e2908ad6ee6d5f4f75c6c7664f78a1dd7 Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Fri, 21 Sep 2018 06:43:55 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/home.vue | 2 +- src/view/poster.vue | 4 ++-- 2 files changed, 3 insertions(+), 3 deletions(-) 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() }