@@ -272,7 +272,7 @@
if (a.checked == false && this.selectedData.couponId == "") {
var data = {
"id": a.id,
- "status": 3,
+ "useType": 3,
"type": 'body',
"url": 'json'
}
@@ -287,7 +287,7 @@
} else if (a.checked == true && this.selectedData.couponId == a.id) {
- "status": 1,
+ "useType": 1,