|
|
@@ -337,17 +337,7 @@
|
|
|
let _this = this;
|
|
|
WeixinJSBridge.invoke('getBrandWCPayRequest', info, (res) => {
|
|
|
if (res.err_msg == "get_brand_wcpay_request:ok" ) {
|
|
|
- _this.$u.api.boost.doReward({
|
|
|
- activityId: _this.boostDetail.activityId,
|
|
|
- productId:_this.productId,
|
|
|
- presentId: _this.boostDetail.presentList[_this.current].id,
|
|
|
- senderId: _this.userId,
|
|
|
- receiverId: _this.boostDetail.userId,
|
|
|
- type: 1,
|
|
|
- count: _this.count,
|
|
|
- }).then(res => {
|
|
|
- _this.successShow = true;
|
|
|
- })
|
|
|
+ _this.successShow = true;
|
|
|
} else if (res.err_msg == "get_brand_wcpay_request:cancel") {
|
|
|
console.log("cancel");
|
|
|
} else {
|