@@ -1485,7 +1485,7 @@ export default {
this.ProductService.ReceiveCoupon({
userId: this.couponParam.userId,
couponId: coupon.couponId,
- source: 2
+ source: 1
})
.then(response => {
this.$util.msg('领取成功', 1500, true, 'success')
@@ -1130,7 +1130,7 @@ export default {
@@ -143,6 +143,8 @@
14:'购买超级会员',
15:'系统扣除',
16:'系统退回',
+ 17:'抵扣优惠券',
+ 18:'优惠券退款',
}
Object.keys(stateTextObject).forEach(function(key){
if(key == state){
@@ -290,7 +290,7 @@ export default {
userId: this.listQuery.userId,
this.isReceiveLoading = true
@@ -268,7 +268,7 @@ export default {