qukaidi 4 éve
szülő
commit
de927e18e3
1 módosított fájl, 2 hozzáadás és 2 törlés
  1. 2 2
      luntai/rukutongji_body.html

+ 2 - 2
luntai/rukutongji_body.html

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