From cf53d93fbefc027468faf2157c61fabd10362a30 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Fri, 5 Jun 2020 10:57:54 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9C=80=E6=96=B0=E9=80=9A=E7=9F=A5?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- subpages/home/pages/noticeNew/noticeNew.js | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/subpages/home/pages/noticeNew/noticeNew.js b/subpages/home/pages/noticeNew/noticeNew.js index a0bb103..a253eda 100644 --- a/subpages/home/pages/noticeNew/noticeNew.js +++ b/subpages/home/pages/noticeNew/noticeNew.js @@ -26,7 +26,7 @@ Page({ noticelist() { let that = this - if(that.data.noticeCategory =='notice_navigation_hot'){ + if(that.data.noticeCategory =='notice_navigation_new'){ that.setData({ pageIndex:1 }) @@ -125,7 +125,7 @@ Page({ */ onReachBottom: function () { console.log(this.data.noticeCategory) - if(this.data.noticeCategory !='notice_navigation_hot'){ + if(this.data.noticeCategory !='notice_navigation_new'){ this.setData({ loadMoreVisible: true })