Selaa lähdekoodia

修改数据库表名

nn 8 vuotta sitten
vanhempi
commit
96376b9025
1 muutettua tiedostoa jossa 2 lisäystä ja 2 poistoa
  1. 2 2
      js/couple.js

+ 2 - 2
js/couple.js

@@ -31,7 +31,7 @@ Couple.Bind=function () {
                     Couple.createInfo(productId)
                 }
                 Couple.OnclickTime=function(id,time){//点击时间对应获取信息
-                    U.A.Request("http://cd.1473.cn/net",["db.1473.cn","UseStudio_FeedBack","GetCouple",id,time],function (r){//获取产品的反馈信息
+                    U.A.Request("http://cd.1473.cn/net",["db.1473.cn","UseStudio_FeedBack","GetFeedback",id,time],function (r){//获取产品的反馈信息
                         if(informationtInfo.firstChild==null){}else{
                             informationtInfo.removeChild(informationtInfo.firstChild);
                             informationtTime.removeChild(informationtTime.firstChild);
@@ -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.FeedbackId],function (r){}) 
+        U.A.Request("http://cd.1473.cn/net",["db.1473.cn", "UseStudio_FeedBack", "DeleteFeedback",h.FeedbackId],function (r){}) 
     } 
     delCell.appendChild(btnDel);
     return row;