From 72ac1ac264763d4837b089bc5bd36bbb0f09c75b Mon Sep 17 00:00:00 2001 From: java110 <928255095@qq.com> Date: Mon, 10 Aug 2020 20:29:22 +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/box3.js | 1 + 1 file changed, 1 insertion(+) diff --git a/public/bigScreen/js/box3.js b/public/bigScreen/js/box3.js index 50b520a35..2137cac27 100644 --- a/public/bigScreen/js/box3.js +++ b/public/bigScreen/js/box3.js @@ -122,6 +122,7 @@ function _getAssetOpenDoor() { if (_json.code == 0) { let _data = _json.data; + _data = _data.reverse(); _initOpenDoorChart(_data); return;