From 88d7a8263cf873d7e3f07457449daa82cc6d0c55 Mon Sep 17 00:00:00 2001 From: zhaoyongnian <541231643@qq.com> Date: Thu, 10 Sep 2020 10:37:12 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .../subpages/home/pages/newsDetail/newsDetail.js | 7 +------ 1 file changed, 1 insertion(+), 6 deletions(-) diff --git a/epdc-resident-mp-yushan/subpages/home/pages/newsDetail/newsDetail.js b/epdc-resident-mp-yushan/subpages/home/pages/newsDetail/newsDetail.js index 395ecbc..7654e83 100644 --- a/epdc-resident-mp-yushan/subpages/home/pages/newsDetail/newsDetail.js +++ b/epdc-resident-mp-yushan/subpages/home/pages/newsDetail/newsDetail.js @@ -10,8 +10,7 @@ Page({ noticeObj: {}, infoCompleted: 0, noticeObjContent: '', - residentValue:0,//配置时间 - defaultGridId: '' //默认网格id + residentValue:0 //配置时间 }, onLoad (options) { this.setData({ @@ -172,10 +171,6 @@ Page({ that.setData({ residentValue:parseInt(item.residentValue) }) - } else if (item.residentCode === "default_grid" && item.residentType === "default_grid") { - that.setData({ - defaultGridId: item.residentValue - }) } }) that.countDown()