项目详情配置
This commit is contained in:
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…
Reference in New Issue