|
|
|
@ -810,7 +810,7 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
<Input
|
|
|
|
|
className={"fafafas fl"}
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
value={this.state.phones}
|
|
|
|
|
value={this.state.phones===undefined?this.props.current_user.phone:this.state.phones}
|
|
|
|
|
placeholder="请输入手机号"
|
|
|
|
|
disabled={true}
|
|
|
|
|
/>
|
|
|
|
|