Browse Source

测试 海报

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
8590a8a59c
1 changed files with 4 additions and 2 deletions
  1. 6
      src/view/poster.vue

6
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 (){

Loading…
Cancel
Save