瀏覽代碼

修改字段

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'
 						}