From 7f616553d4fc57665990123201f5537f4325337c Mon Sep 17 00:00:00 2001 From: ZhaoTongYao <531131322@qq.com> Date: Thu, 13 Aug 2020 14:44:23 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E5=A4=8D=E9=80=9A=E7=9F=A5=E8=AF=A6?= =?UTF-8?q?=E6=83=85=E6=98=BE=E7=A4=BA=E6=97=B6=E9=97=B4bug=EF=BC=9B?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- project.config.json | 2 +- subpages/oneKeyService/pages/noticeDetail/noticeDetail.wxml | 2 +- subpages/understandJs/pages/noticeDetail/noticeDetail.wxml | 2 +- 3 files changed, 3 insertions(+), 3 deletions(-) diff --git a/project.config.json b/project.config.json index dacd5e0..c722415 100644 --- a/project.config.json +++ b/project.config.json @@ -22,7 +22,7 @@ "disablePlugins": [], "outputPath": "" }, - "useCompilerModule": false, + "useCompilerModule": true, "userConfirmedUseCompilerModuleSwitch": false, "compileHotReLoad": false, "useIsolateContext": true diff --git a/subpages/oneKeyService/pages/noticeDetail/noticeDetail.wxml b/subpages/oneKeyService/pages/noticeDetail/noticeDetail.wxml index 9c43ce3..632d7db 100644 --- a/subpages/oneKeyService/pages/noticeDetail/noticeDetail.wxml +++ b/subpages/oneKeyService/pages/noticeDetail/noticeDetail.wxml @@ -5,7 +5,7 @@ {{noticeObj.deptName}} - {{filter.formatTime(noticeObj.newsStartTime, 'yyyy-MM-dd')}} + {{filter.formatTime(noticeObj.noticeTime, 'yyyy-MM-dd')}} diff --git a/subpages/understandJs/pages/noticeDetail/noticeDetail.wxml b/subpages/understandJs/pages/noticeDetail/noticeDetail.wxml index 6f108dd..8afa456 100644 --- a/subpages/understandJs/pages/noticeDetail/noticeDetail.wxml +++ b/subpages/understandJs/pages/noticeDetail/noticeDetail.wxml @@ -30,7 +30,7 @@ {{noticeObj.deptName}} - {{filter.formatTime(noticeObj.newsStartTime, 'yyyy-MM-dd')}} + {{filter.formatTime(noticeObj.noticeTime, 'yyyy-MM-dd')}}