소스 검색

修改字段

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