|
|
|
@ -69,8 +69,9 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
min_price:data.min_price,
|
|
|
|
|
max_price:data.max_price,
|
|
|
|
|
contact_name:data.contact_name,
|
|
|
|
|
contact_phone:data.contact_phone,
|
|
|
|
|
phones:data.contact_phone,
|
|
|
|
|
attachments:data.attachments,
|
|
|
|
|
|
|
|
|
|
})
|
|
|
|
|
}).catch((error) => {
|
|
|
|
|
console.log(error);
|
|
|
|
@ -615,12 +616,12 @@ class PackageIndexNEIBannerConcent extends Component {
|
|
|
|
|
<Input
|
|
|
|
|
className={"fafafas fl"}
|
|
|
|
|
style={{"width": "260px"}}
|
|
|
|
|
value={this.props.current_user.phone}
|
|
|
|
|
value={this.state.phones}
|
|
|
|
|
placeholder="请输入手机号"
|
|
|
|
|
disabled={true}
|
|
|
|
|
/>
|
|
|
|
|
<a className="fl ml20">
|
|
|
|
|
<i className="iconfont icon-bianjidaibeijing font-26 color-blue" onClick={()=>this.editmodels()}></i>
|
|
|
|
|
<i className="iconfont icon-bianjidaibeijing font-20 color-blue" onClick={()=>this.editmodels()}></i>
|
|
|
|
|
</a>
|
|
|
|
|
</p>:""}
|
|
|
|
|
{this.state.current_userphonetype===true?<div className={"color-red ml100"}>不能为空</div>:""}
|
|
|
|
|