'
104 | + '' + response.content.list[i].rowId +' | '
105 | + '' + response.content.list[i].ftnr + ' | '
106 | + '' + response.content.list[i].name + ' | '
107 | + '' + response.content.list[i].htl + ' | '
108 | + '' + response.content.list[i].zhhtr + ' | '
109 | + ''+response.content.list[i].xh +'回帖 | '
110 | + '
'
111 | $('.list').append(newTr)
112 | }
113 | }
114 | $("#page").paging({
115 | pageNo: response.content.pageNum,
116 | totalPage: response.content.pages,
117 | totalSize: response.content.total,
118 | callback: function(num) {
119 | var key= $('.topicKey').val();
120 | allTopic(key,num,7)
121 | }
122 | })
123 | }
124 | }
125 | })
126 | num()
127 | }
128 |
129 |
--------------------------------------------------------------------------------
/src/main/resources/templates/home.html:
--------------------------------------------------------------------------------
1 |
2 |
3 |
4 |