project_pack
杨树明 6 years ago
parent 90c5e0f9a6
commit 4dc4c238f3

@ -447,51 +447,4 @@ class PackageIndexNEITaskDetails extends Component {
export default PackageIndexNEITaskDetails;
// let data ={
// id:1,
// title:"卡巴的审批服务",
// content:"年品牌将案件的步伐我就能发就爱看你的是否",
// category:"ai",
// status:"published",
// published_at:"2019-07-09T01:49:19Z",
// deadline_at:"2019-07-09T01:49:19Z",
// min_price:"1000.00",
// max_price:"2000.00",
// contact_name:"张三", //自己或者管理员才返回
// contact_phone:"13111111111", //自己或者管理员才返回
// creator:{
// id:1,
// login:"xxx",
// name:"xxx",
// avatar_url:"/axxx"
// },
// attachments:[
// {
// id: 206525,
// title: "412420b57ed8c141963d4c548bde551f",
// filesize: 18523,
// description: null,
// url: "/api/attachments/206525"
// }
// ],
// bidding_users: [
// {
// id: 1,
// login: "xxx",
// name: "xxx",
// avatar_url: "/axxx",
// status: "pendding"
// }
// ],
// operation:{
// can_bidding: false,
// can_select_bidding_user: false,
// can_edit: false,
// can_delete: false,
// }
// }
//
// this.setState({
// data:data
// })

@ -352,16 +352,25 @@ class PackageIndexNEIBannerConcent extends Component {
}else{
window.location.href="/project_packages/"+response.data.id
}
this.setState({
springtype:false
})
}else if(response.data.status===-1){
if(response.data.message==="无效的验证码"){
this.setState({
codeypesno:true
codeypesno:true,
springtype:false
})
}
}
this.setState({
springtype:false
})
}).catch((error) => {
console.log(error)
this.setState({
springtype:false
})
})

Loading…
Cancel
Save