qifengquan 1 년 전
부모
커밋
ed6fd01790
1개의 변경된 파일2개의 추가작업 그리고 13개의 파일을 삭제
  1. 2 13
      public/assets/js/backend/user/head.js

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

@@ -96,20 +96,9 @@ define(['jquery', 'bootstrap', 'backend', 'table', 'form'], function ($, undefin
                                                 $("input", layero).prop("placeholder", "填写驳回理由");
                                             }
                                         }, function (value) {
-                                            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);
+                                            console.log(1);
+
 
-                                                }
-                                                );
                                         });
                                         return false;
                                     }