Browse Source

删除console

zhouna 5 years ago
parent
commit
dcd143647f
1 changed files with 0 additions and 1 deletions
  1. 0 1
      src/common/components/ItemBox/index.jsx

+ 0 - 1
src/common/components/ItemBox/index.jsx

@@ -64,7 +64,6 @@ componentWillReceiveProps(nextP){
 }
   render(){
     const {title,children,editable,className,handleFocus,fuzhen,border,handleBlur,titleTop,backgroundColor,boxId} = this.props;
-    console.log(children,'***',fuzhen)
     return <div className={style["box"]+" "+"clearfix"} >
       <div className={style["title"] + ' '+(className||'')} style={{marginTop:titleTop?'22px':''}}>{title}</div>
       <div ref={this.$div} className={`${style["content"]} ${border?style["border"]:''} ${backgroundColor?style["noBorder"]:''}`} contentEditable={true} style={this.getBoxStyle()} onFocus={editable?handleFocus:null} onInput={this.handleInput} onClick={(e)=>{this.handleClick(e);}} onBlur={handleBlur} id={boxId} onkeydown={handleEnter}>