From 269117bbc16b0ff67531cf1b2c14e6e49d1f957e Mon Sep 17 00:00:00 2001 From: wuxw <928255095@qq.com> Date: Thu, 19 Sep 2024 16:29:07 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BC=98=E5=8C=96=E4=BB=A3=E7=A0=81?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/bigScreen/js/public.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/public/bigScreen/js/public.js b/public/bigScreen/js/public.js index bd15831a7..13e42b229 100644 --- a/public/bigScreen/js/public.js +++ b/public/bigScreen/js/public.js @@ -91,7 +91,7 @@ let _createTime = []; let _openDoorCount = []; _data.forEach(item => { - _createTime.push(item.createTime); + _createTime.push(item.cTime); _openDoorCount.push(item.count); }); var app = {};