项目详情配置

chenlw_dev
txz 9 years ago
parent d45604c4a0
commit 34feff25a6

@ -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);
});

Loading…
Cancel
Save