From e4d7620b93ea500a406eea673ba8c93b8ca93ab4 Mon Sep 17 00:00:00 2001 From: lijingyu007 <904564792@qq.com> Date: Fri, 31 May 2024 16:29:09 +0800 Subject: [PATCH] =?UTF-8?q?=E5=AE=A1=E6=A0=B8=E4=B8=8D=E9=80=9A=E8=BF=87?= =?UTF-8?q?=E8=B7=B3=E5=9B=9E=E7=AC=AC=E4=BA=8C=E6=AD=A5=E9=AA=A4?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- .env.production | 2 +- src/page/homepage/personability/abilityApply.vue | 14 ++++++++++++++ 2 files changed, 15 insertions(+), 1 deletion(-) diff --git a/.env.production b/.env.production index 4f9988a..d0b67b6 100644 --- a/.env.production +++ b/.env.production @@ -4,7 +4,7 @@ ENV = 'production' # KeySaas测试云平台/生产环境 # VUE_APP_BASE_API = 'https://www.keyitest.cn/prod-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' diff --git a/src/page/homepage/personability/abilityApply.vue b/src/page/homepage/personability/abilityApply.vue index 2ee188e..09be30f 100644 --- a/src/page/homepage/personability/abilityApply.vue +++ b/src/page/homepage/personability/abilityApply.vue @@ -448,6 +448,7 @@ 审核不通过 +
去修改
@@ -477,6 +478,7 @@ export default { components: { imageUpload }, data() { return { + flag: false, active: 0, // 实名认证 certifform: {}, @@ -570,6 +572,11 @@ export default { this.getCloudAllList() }, methods: { + // 去修改 + goedit() { + this.userForm.status = null + this.active =1 + }, // 提交审核 saveInfo() { if (this.userForm.status == 1) return this.$message.warning('正在审核,请勿重复提交') @@ -613,6 +620,7 @@ export default { } else if (res.personalInfo.status === 2) { this.active = 6 } else { + this.active = 6 } } @@ -968,6 +976,12 @@ export default {