审核不通过跳回第二步骤

main
lijingyu007 11 months ago
parent 1297ef8748
commit e4d7620b93
  1. 2
      .env.production
  2. 14
      src/page/homepage/personability/abilityApply.vue

@ -4,7 +4,7 @@ ENV = 'production'
# KeySaas测试云平台/生产环境 # KeySaas测试云平台/生产环境
# VUE_APP_BASE_API = 'https://www.keyitest.cn/prod-api' # VUE_APP_BASE_API = 'https://www.keyitest.cn/prod-api'
# VUE_APP_BASE_API = '/test-api' # VUE_APP_BASE_API = '/test-api'
VUE_APP_BASE_API = '/prod-api' VUE_APP_BASE_API = '/test-api'
# VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api' # VUE_APP_BASE_TARGET = 'https://www.keyitest.cn/prod-api'

@ -448,6 +448,7 @@
<img src="/assets/ability/applyFail.png" alt="" /> <img src="/assets/ability/applyFail.png" alt="" />
审核不通过 审核不通过
</div> </div>
<div class="editbtn" v-show="userForm.status == 3" @click="goedit">去修改</div>
<div class="contentBox" v-show="userForm.status == 2"> <div class="contentBox" v-show="userForm.status == 2">
<div class="applySuccessAll"> <div class="applySuccessAll">
<img src="/assets/ability/applysuccess.png" alt="" /> <img src="/assets/ability/applysuccess.png" alt="" />
@ -477,6 +478,7 @@ export default {
components: { imageUpload }, components: { imageUpload },
data() { data() {
return { return {
flag: false,
active: 0, active: 0,
// //
certifform: {}, certifform: {},
@ -570,6 +572,11 @@ export default {
this.getCloudAllList() this.getCloudAllList()
}, },
methods: { methods: {
//
goedit() {
this.userForm.status = null
this.active =1
},
// //
saveInfo() { saveInfo() {
if (this.userForm.status == 1) return this.$message.warning('正在审核,请勿重复提交') if (this.userForm.status == 1) return this.$message.warning('正在审核,请勿重复提交')
@ -613,6 +620,7 @@ export default {
} else if (res.personalInfo.status === 2) { } else if (res.personalInfo.status === 2) {
this.active = 6 this.active = 6
} else { } else {
this.active = 6
} }
} }
@ -968,6 +976,12 @@ export default {
</script> </script>
<style scoped> <style scoped>
.editbtn {
margin:auto;
color: #0066EB;
text-align: center;
cursor: pointer;
}
.userAbility { .userAbility {
background: #f2f3f7; background: #f2f3f7;
padding-bottom: 40px; padding-bottom: 40px;

Loading…
Cancel
Save