|
@@ -1485,7 +1485,7 @@ export default {
|
|
this.ProductService.ReceiveCoupon({
|
|
this.ProductService.ReceiveCoupon({
|
|
userId: this.couponParam.userId,
|
|
userId: this.couponParam.userId,
|
|
couponId: coupon.couponId,
|
|
couponId: coupon.couponId,
|
|
- source: 2
|
|
|
|
|
|
+ source: 1
|
|
})
|
|
})
|
|
.then(response => {
|
|
.then(response => {
|
|
this.$util.msg('领取成功', 1500, true, 'success')
|
|
this.$util.msg('领取成功', 1500, true, 'success')
|