From 61a8e14d309c18c086ccd8284ccd2bcdeaa3ee84 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E5=A7=9A=E4=B8=B9ab?= <1421553879@qq.com> Date: Wed, 18 Jan 2023 03:33:00 +0800 Subject: [PATCH] =?UTF-8?q?=E6=96=87=E4=BB=B6=E5=AD=98=E6=A1=A3=20?= =?UTF-8?q?=E4=BA=92=E5=8A=A8?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../indexInfoNor.html | 67 +++++++++---------- 1 file changed, 32 insertions(+), 35 deletions(-) diff --git a/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html b/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html index 01119b17..42b19038 100644 --- a/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html +++ b/web/src/main/resources/templates/jlw/teacherOpenCourseChatLog/indexInfoNor.html @@ -59,41 +59,39 @@ var dataAll = []; - load(); - function load(){ - flow.load({ - elem: '#LAY_demo1' //流加载容器 - ,scrollElem: '#LAY_demo1' //滚动条所在元素,一般不用填,此处只是演示需要。 - ,done: function(page, next){ //执行下一页的回调 - var url = '/api/teacherOpenCourseChatLog/treeList.do'; - var param = { - //teacherOpenCourseId: teacherOpenCourseId, - limit: 10, - page: page - }; - var lis = []; - - var data = []; - var ret = Common.postAjax(url, param); - if (ret.code == 0) { - data = ret.data; - } - for (let i = 0; i < data.length; i++) { - lis.push('