|
@@ -244,9 +244,9 @@
|
|
);
|
|
);
|
|
},
|
|
},
|
|
getMyEnableCouponList(){
|
|
getMyEnableCouponList(){
|
|
- let data={couponType:2}
|
|
|
|
|
|
+ let data={couponType:2,orderId:this.orderId}
|
|
if(this.order.orderType == 2) {
|
|
if(this.order.orderType == 2) {
|
|
- data={couponType:'2,4'}
|
|
|
|
|
|
+ data={couponType:'2,4',orderId:this.orderId}
|
|
}
|
|
}
|
|
getMyEnableCouponList(data).then(
|
|
getMyEnableCouponList(data).then(
|
|
res => {
|
|
res => {
|