修改wechat配置
This commit is contained in:
parent
b5a8625e40
commit
42edbce8f2
|
@ -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"
|
||||||
});
|
});
|
||||||
|
|
Loading…
Reference in New Issue