Parcourir la source

修改反馈信息

nn il y a 8 ans
Parent
commit
2122186820
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      js/couple.js

+ 1 - 1
js/couple.js

@@ -136,7 +136,7 @@ Couple.getDataRow = function(h,i){//创建表格下的行放数据库循环数
         if(confirm("确定删除这一行嘛?")){
             this.parentNode.parentNode.parentNode.removeChild(this.parentNode.parentNode); 
         }
-        U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteCouple",h.CoupleId],function (r){}) 
+        U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteCouple",h.FeedbackId],function (r){}) 
     } 
     delCell.appendChild(btnDel);
     return row;