修改wechat配置

This commit is contained in:
guange 2016-03-01 15:26:37 +08:00
parent e2ecd54663
commit d1e29220da
1 changed files with 1 additions and 1 deletions

View File

@ -13,7 +13,7 @@
$("#submitForm").click(function(){ $("#submitForm").click(function(){
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: $(this).parent("form").attr("action") + "?&authenticity_token=" + <%=form_authenticity_token%>, url: $(this).parent("form").attr("action") + "?&authenticity_token=" + "<%=form_authenticity_token%>",
data:$(this).parent("form").serialize(), data:$(this).parent("form").serialize(),
dataType: "json" dataType: "json"
}); });