Browse Source

url

feature/feature-compatible
fengchengzhi 7 years ago
parent
commit
1605cc4e5d
1 changed files with 1 additions and 1 deletions
  1. 2
      src/view/poster.vue

2
src/view/poster.vue

@ -260,7 +260,7 @@
} else if( sourceType == 1) { //
this.wxShare({"merchantNo":merchantNo,"source":10,"url":urls,"imgUrl":imgUrl})
} else if (sourceType == 3){ //
this.wxShare({"source":40,"url":urls,imgUrl:imgUrl})
this.wxShare({"source":40,"url":urls,"imgUrl":imgUrl})
} else {
this.wxShare({"merchantNo":this.merchantNo,"source":10,"url":urls,"imgUrl":imgUrl})
}

Loading…
Cancel
Save