qukaidi пре 4 година
родитељ
комит
de927e18e3
1 измењених фајлова са 2 додато и 2 уклоњено
  1. 2 2
      luntai/rukutongji_body.html

+ 2 - 2
luntai/rukutongji_body.html

@@ -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) {
 						var data = {
 							"id": a.id,
-							"status": 1,
+							"useType": 1,
 							"type": 'body',
 							"url": 'json'
 						}