报名任务头像

main
lijingyu007 7 months ago
parent 3abfa05f73
commit 59728ef6be
  1. 86
      src/page/homepage/crowdsourcing/crowddetails.vue
  2. 2
      src/page/homepage/crowdsourcing/userhome.vue

@ -417,7 +417,7 @@ export default {
if (this.userId == item.user_id) {
currentis = item
}
if (item.avatar.indexOf('http') == -1) {
if (item.avatar && item.avatar.indexOf('http') == -1) {
item.avatar = this.base + item.avatar
}
})
@ -512,6 +512,7 @@ export default {
if (res.code == 200 && res.data.applyId) {
if (res.data.applyId && res.data.status == 1) {
this.paydiaopen = true
this.biddingobj.status = res.data.status
} else {
this.$confirm('未实名认证用户无法报名,请先去个人中心做实名认证', '提示', {
type: 'warning',
@ -529,88 +530,6 @@ export default {
})
}
})
// console.log('this.task',this.task,this.userId)
// if (parseInt(this.userId) == this.task.publisher_id) {
// this.$alert('')
// return
// }
// this.user = this.userinform
// if (this.user.companyStatus == 2) {
// return this.$message.warning('')
// }
// if (this.user.testerStatus === 0 || this.user.testerStatus === 2) {
// this.paydiaopen = true
// }
// if (this.user.testerStatus === null) {
// this.$confirm('', '', {
// type: 'warning',
// confirmButtonText: '',
// }).then(() => {
// this.$router.push(`/console/profile`)
// })
// }
// console.log('this.user',this.user)
// if (this.user.testerStatus === 0) {
// //
// this.$confirm('', '', {
// type: 'warning',
// confirmButtonText: '',
// }).then(() => {
// this.$router.push(`/console/profile`)
// })
// } else {
// if (this.task.applicant_type != 2) {
// //2
// if (this.task.applicant_type == 0) {
// //
// if (this.user.companyStatus != 0) {
// this.$alert(
// '',
// )
// return
// }
// } else {
// //
// if (this.user.companyStatus != 2) {
// this.$alert('')
// return
// }
// }
// }
// this.paydiaopen = true
// // this.$confirm("").then(()=>{
// // // return;
// // claimTask(this.task.task_id).then(response => {
// // if (response.data == 0) {
// // this.$notify({
// // title: '',
// // message: '',
// // align: 'center',
// // type: 'success'
// // });
// // // this.$alert("")
// // setTimeout(() => {
// // this.$router.push("/console/myparticipate")
// // },1000);
// // } else if (response.data == 1){
// // this.$alert("")
// // } else if (response.data == 2){
// // // this.$alert("")
// // this.$notify({
// // title: '',
// // message: '',
// // align: 'center',
// // type: 'success'
// // });
// // // this.$alert("")
// // setTimeout(() => {
// // this.$router.push("/console/myparticipate")
// // },1000);
// // }
// // })
// // })
// }
}
},
resultFn() {
@ -661,6 +580,7 @@ export default {
period: parseInt(this.biddingobj.period),
competitionEdge: this.biddingobj.competitionEdge,
attachment,
status: this.biddingobj.status,
}
// console.log('',data)
// return

@ -2,7 +2,7 @@
<div class="userpage container">
<div class="topava">
<div class="topavaL">
<img :src="testerdata.avatar" alt="" />
<img :src="testerdata.avatar ? testerdata.avatar: '/assets/home/defaultAva.jpg'" alt="" />
</div>
<div class="topavaR">
<div class="topavaRT">

Loading…
Cancel
Save