@ -67,8 +67,8 @@ $(document).ready(function(){
//获取并传送回复用户数据
var userInfo = {
"Type" : "Issue",
"Content" : postInput
"type" : "Issue",
"content" : postInput
};
$.ajax({
@ -2,5 +2,5 @@
* Created by root on 3/25/16.
*/
$(document).ready(function(){
loadDataFromServer(868, 0);
loadDataFromServer(8686, 0);
});