修改wechat配置

This commit is contained in:
guange 2016-03-01 15:36:30 +08:00
parent b1a95d4a53
commit 9872e05b95
1 changed files with 2 additions and 1 deletions

View File

@ -10,6 +10,7 @@
<script type="text/javascript"> <script type="text/javascript">
$(function(){ $(function(){
console.log("started.");
$("#submitForm").click(function(){ $("#submitForm").click(function(){
var data = {}; var data = {};
@ -22,7 +23,7 @@
data:data, data:data,
dataType: "json" dataType: "json"
}); });
return false;
}) })
}); });