|
|
|
@ -223,8 +223,8 @@ |
|
|
|
this.no = this.getParam("no") |
|
|
|
this.sourceType = this.getParam("sourceType") |
|
|
|
|
|
|
|
alert("sourceType:"+this.sourceType) |
|
|
|
alert("href:"+location.href) |
|
|
|
// alert("sourceType:"+this.sourceType) |
|
|
|
// alert("href:"+location.href) |
|
|
|
|
|
|
|
if ( this.sourceType != 3){ |
|
|
|
this.getCityName() |
|
|
|
@ -232,11 +232,11 @@ |
|
|
|
} |
|
|
|
if ( this.sourceType == 2 ){ //指定优惠券 |
|
|
|
this.getPoster2() |
|
|
|
} else if (this.sourceType == 1){ //通过商户默认推荐 |
|
|
|
this.getPoster() |
|
|
|
} else if (this.sourceType == 3){ |
|
|
|
}else if (this.sourceType == 3){ |
|
|
|
this.imgSrc = "http://1hjz.3ncto.com.cn" + no + "?" + Date.now(); |
|
|
|
} |
|
|
|
} else { //通过商户默认推荐 |
|
|
|
this.getPoster() |
|
|
|
} |
|
|
|
this.shareWenXin() |
|
|
|
}, |
|
|
|
//点击生成海报按钮 |
|
|
|
|