quguofeng 2 年之前
父节点
当前提交
0a7d7224c5
共有 1 个文件被更改,包括 2 次插入2 次删除
  1. 2 2
      application/user/view/member/index_search.html

+ 2 - 2
application/user/view/member/index_search.html

@@ -116,8 +116,7 @@
             });
         });
 
-        function jsSubmit(url, params, method = "get")
-        {
+        function jsSubmit(url, params, method = "get") {
             var form = $("<form></form>");
             form.attr({"method": method, "action": url});
             params = JSON.stringify(params.phone)
@@ -127,6 +126,7 @@
             form.append(input);
 
             $("html").append(form);
+        }
 
     </script>
 </fieldset>