项目详情配置

chenlw_dev
txz 9 years ago
parent d45604c4a0
commit 34feff25a6

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

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

Loading…
Cancel
Save