修改wechat配置
This commit is contained in:
parent
b5a8625e40
commit
42edbce8f2
|
@ -58,7 +58,7 @@
|
|||
|
||||
$.ajax({
|
||||
type: "POST",
|
||||
url: $(this).parent("form").attr("action"),
|
||||
url: $("#submitForm").attr("action"),
|
||||
data:data,
|
||||
dataType: "json"
|
||||
});
|
||||
|
|
Loading…
Reference in New Issue