项目详情配置

This commit is contained in:
txz 2016-04-01 23:51:11 +08:00
parent d45604c4a0
commit 34feff25a6
2 changed files with 3 additions and 3 deletions

View File

@ -67,8 +67,8 @@ $(document).ready(function(){
//获取并传送回复用户数据
var userInfo = {
"Type" : "Issue",
"Content" : postInput
"type" : "Issue",
"content" : postInput
};
$.ajax({

View File

@ -2,5 +2,5 @@
* Created by root on 3/25/16.
*/
$(document).ready(function(){
loadDataFromServer(868, 0);
loadDataFromServer(8686, 0);
});