修改wechat配置
This commit is contained in:
parent
b1a95d4a53
commit
9872e05b95
|
@ -10,6 +10,7 @@
|
|||
|
||||
<script type="text/javascript">
|
||||
$(function(){
|
||||
console.log("started.");
|
||||
$("#submitForm").click(function(){
|
||||
|
||||
var data = {};
|
||||
|
@ -22,7 +23,7 @@
|
|||
data:data,
|
||||
dataType: "json"
|
||||
});
|
||||
return false;
|
||||
|
||||
})
|
||||
});
|
||||
|
||||
|
|
Loading…
Reference in New Issue