From 5b3247270b214dd48683e0c7131876de3cfec12f Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E6=A0=91=E6=98=8E?= <775174143@qq.com> Date: Tue, 12 Nov 2019 20:07:12 +0800 Subject: [PATCH] =?UTF-8?q?=E5=9B=A0=E5=90=8E=E7=AB=AF=E5=8F=82=E6=95=B0?= =?UTF-8?q?=E8=B0=83=E6=95=B4=E5=89=8D=E7=AB=AF=E8=B0=83=E6=95=B4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- public/react/src/modules/home/shixunsHome.js | 24 +++++++++---------- .../modules/tpm/shixuns/ShixunSearchBar.js | 2 +- 2 files changed, 13 insertions(+), 13 deletions(-) diff --git a/public/react/src/modules/home/shixunsHome.js b/public/react/src/modules/home/shixunsHome.js index 40bc8c69d..67fbab26b 100644 --- a/public/react/src/modules/home/shixunsHome.js +++ b/public/react/src/modules/home/shixunsHome.js @@ -105,9 +105,10 @@ class ShixunsHome extends Component { if(homedatalist!=undefined){ homedatalistreps=[]; - for(var i=0; i{ + homedatalistreps.push(item) + }) + } const MyRate = ({ defaultValue, ...rest }) => { let myValue = defaultValue; @@ -165,12 +166,11 @@ class ShixunsHome extends Component {