From d6da93a358e84d211e9204b080c0138e9dd39820 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E8=AE=B8=E7=BA=A2=E6=A2=85?= <1924913374@qq.com> Date: Wed, 7 Sep 2022 18:56:10 +0800 Subject: [PATCH] =?UTF-8?q?=E5=88=A0=E9=99=A4console?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/exchangepage/edittemplate/couponConfig/bottomBar.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/src/pages/exchangepage/edittemplate/couponConfig/bottomBar.js b/src/pages/exchangepage/edittemplate/couponConfig/bottomBar.js index 111037e4..d70da39c 100644 --- a/src/pages/exchangepage/edittemplate/couponConfig/bottomBar.js +++ b/src/pages/exchangepage/edittemplate/couponConfig/bottomBar.js @@ -41,11 +41,9 @@ export default class bottomBar extends React.Component { } } componentWillReceiveProps(nextProps){ - console.log(1313); let navList=nextProps.bottomBarConfig.navlist; let naVisual=navList.filter(item=>item.iswitch); this.setState({navList:naVisual}); - console.log(66,nextProps); } clickIcon(e,index){ this.setState({active:index});