From f6675ca560f2a030e6b75665f9c46e556d934b64 Mon Sep 17 00:00:00 2001 From: "Mr.jiang" <714156421@qq.com> Date: Mon, 26 Aug 2024 09:56:29 +0800 Subject: [PATCH] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=90=88=E4=BD=9C=E6=8A=80?= =?UTF-8?q?=E5=B8=88?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cooperate/index.vue | 2 +- pages/my/hehuo.vue | 60 +++++++++++++-------------------------- 2 files changed, 21 insertions(+), 41 deletions(-) diff --git a/pages/cooperate/index.vue b/pages/cooperate/index.vue index 74f6bc9..ba23af7 100644 --- a/pages/cooperate/index.vue +++ b/pages/cooperate/index.vue @@ -9,7 +9,7 @@ 点击申请 - 申请合作技师 + 城市合伙人 点击申请 diff --git a/pages/my/hehuo.vue b/pages/my/hehuo.vue index 21c29c2..464d583 100644 --- a/pages/my/hehuo.vue +++ b/pages/my/hehuo.vue @@ -9,6 +9,7 @@ --> + @@ -46,8 +47,8 @@ 上传身份证正面 - - + + @@ -59,7 +60,7 @@ - + @@ -70,20 +71,11 @@ - - - - - - - - - + 上传身份证反面 - + - + @@ -107,20 +99,11 @@ - - - - - - - - - + 上传资格证书(可多张) - + @@ -142,21 +125,11 @@ - - - - - - - - - - 提交申请 + 提交申请 @@ -250,6 +223,7 @@ bindPickerChange(data) { this.pickVal=data.target.value; this.pickVal2=data.target.value; + console.log("data====",this.pickVal2) this.cityData=this.cityArr[0][this.pickVal2[0]].AreaName+'-'+this.cityArr[1][this.pickVal2[1]].AreaName+'-'+this.cityArr[2][this.pickVal2[2]].AreaName }, @@ -284,11 +258,17 @@ this.bb = res.data.status; this.city = res.data.city; this.age = res.data.age; - this.front = res.data.front; this.userName = res.data.name; this.phone = res.data.phone; - this.back=res.data.back; - this.certification = res.data.certification.split(',') + if(res.data.certification!=null){ + this.certification = res.data.certification.split(',') + } + if(res.data.front!=null){ + this.front = res.data.front; + } + if(res.data.back!=null){ + this.back=res.data.back; + } console.log('111111111',this.certification) } // this.auditContent = res.data.auditContent;