修改wechat配置

This commit is contained in:
guange 2016-03-01 15:41:33 +08:00
parent b5a8625e40
commit 42edbce8f2
1 changed files with 1 additions and 1 deletions

View File

@ -58,7 +58,7 @@
$.ajax({ $.ajax({
type: "POST", type: "POST",
url: $(this).parent("form").attr("action"), url: $("#submitForm").attr("action"),
data:data, data:data,
dataType: "json" dataType: "json"
}); });