qifengquan 1 年之前
父節點
當前提交
a5cd7e9ab9
共有 1 個文件被更改,包括 13 次插入3 次删除
  1. 13 3
      public/assets/js/backend/user/head.js

+ 13 - 3
public/assets/js/backend/user/head.js

@@ -96,9 +96,19 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                                 $("input", layero).prop("placeholder", "填写驳回理由");
                                             }
                                         }, function (value) {
-                                            console.log(1);
-
-
+                                            Fast.api.ajax({
+                                                url: "user/head/audit/audit/" + 2 + "/ids/" + row.id,
+                                                data:{
+                                                    'avatar_reason':value
+                                                }
+                                            }, function (data, ret) {
+                                                console.log(1);
+                                                $(".btn-refresh").trigger("click");
+                                                Layer.closeAll();
+                                            },function (data,ret){
+                                                    console.log(2);
+                                            }
+                                        );
                                         });
                                         return false;
                                     }