Browse Source

测试

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

6
src/view/poster.vue

@ -261,17 +261,15 @@
var imgUrl = encodeURIComponent(this.imgUrl)
if ( sourceType == 2 ){ //
this.wxShare({"couponNo":no,"source":10,"url":urls,"imgUrl":imgUrl})
} else if( sourceType == 1) { //
this.wxShare({"merchantNo":no,"source":10,"url":urls,"imgUrl":imgUrl})
} else if (sourceType == 3){ //
this.wxShare({"source":40,"url":urls,"imgUrl":imgUrl})
} else {
} else { //
this.wxShare({"merchantNo":this.merchantNo,"source":10,"url":urls,"imgUrl":imgUrl})
}
}
},
mounted() {
mounted() {
this.getNo()
}
};

Loading…
Cancel
Save