From 8590a8a59cce2fc34baba342c5662e9d8f8259d3 Mon Sep 17 00:00:00 2001 From: fengchengzhi Date: Fri, 21 Sep 2018 02:18:02 +0800 Subject: [PATCH] =?UTF-8?q?=E6=B5=8B=E8=AF=95=20=E6=B5=B7=E6=8A=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/view/poster.vue | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/view/poster.vue b/src/view/poster.vue index 65ae242..5de24c2 100644 --- a/src/view/poster.vue +++ b/src/view/poster.vue @@ -222,7 +222,9 @@ this.no = this.getParam("no") this.sourceType = this.getParam("sourceType") - this.shareWenXin() + + alert("sourceType:"+this.sourceType) + alert("href:"+location.href) if ( this.sourceType != 3){ this.getCityName() @@ -235,7 +237,7 @@ } else if (this.sourceType == 3){ this.imgSrc = "http://1hjz.3ncto.com.cn" + no + "?" + Date.now(); } - + this.shareWenXin() }, //点击生成海报按钮 createImg (){