|
|
@@ -161,6 +161,7 @@
|
|
|
confirmParam: [],
|
|
|
type: '',
|
|
|
isFirstLoad: true,
|
|
|
+ recordId:null
|
|
|
}
|
|
|
},
|
|
|
|
|
|
@@ -173,6 +174,7 @@
|
|
|
this.totalNum = Number(options.totalNum) || 0
|
|
|
this.type = options.type
|
|
|
this.isFirstLoad = true;
|
|
|
+ this.recordId=options.recordId
|
|
|
|
|
|
if (options.type == 'win') {
|
|
|
this.getKey()
|
|
|
@@ -344,7 +346,8 @@
|
|
|
cartId: "5",
|
|
|
productId: this.productId,
|
|
|
totalNum: this.totalNum,
|
|
|
- couponUserId: this.couponUserId
|
|
|
+ couponUserId: this.couponUserId,
|
|
|
+ recordId:this.recordId
|
|
|
}
|
|
|
|
|
|
return createReward(data).then(res => {
|