Merge branch 'project_pack' into develop

dev_aliyun
p31729568 5 years ago
commit 35620775c3

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

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

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

Loading…
Cancel
Save