标签:获取 设置 滑块 reac 解决方法 mount render 没有 checked
滑动输入条页面刷新时只会读取第一次传入的属性值,在没有用传入id获取到正确的默认值时,页面已经被渲染了。
目前想到的解决方法:
设置一个当前状态,默认值为false,把状态给checked={this.state.istop?true:false}
试着在页面第一次render之前 didmount里面,调用方法之后,传入回调设置this.state.istop;
==========================
或者只用用this.state.istop:this.props.curIstop
每次监听滑块改变,随即设置滑块改变的值
标签:获取 设置 滑块 reac 解决方法 mount render 没有 checked
原文地址:https://www.cnblogs.com/opacity-m/p/8947471.html