project_pack
杨树明 5 years ago
parent e0f9e67242
commit 4ac9d9fffd

@ -39,8 +39,7 @@ window.__useKindEditor = false;
// TODO 读取到package.json中的配置
var proxy = "http://localhost:3000"
// proxy = "http://testbdweb.trustie.net"
// proxy = "http://testbdweb.educoder.net"
// proxy = 'http://192.168.2.63:3001'
proxy = "http://testbdweb.educoder.net"
// proxy='https://www.educoder.net'
const requestMap={};
// 在这里使用requestMap控制避免用户通过双击等操作发出重复的请求

@ -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>:""}

@ -291,11 +291,11 @@
.topsj{
position: absolute;
top: -3px;
top: -6px;
}
.bottomsj{
position: absolute;
bottom: -4px;
bottom: -6px;
}
.touchSelect .ant-spin-dot-spin{
margin-top: 30% !important;

Loading…
Cancel
Save