From b07e8f8c3ebe7af259fef72140c4d5ab0fa8f9e4 Mon Sep 17 00:00:00 2001
From: "Mr.jiang" <714156421@qq.com>
Date: Mon, 26 Aug 2024 09:32:37 +0800
Subject: [PATCH 1/2] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=A0=B7=E5=BC=8F?=
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8
Content-Transfer-Encoding: 8bit
---
pages.json | 2 +-
pages/cooperate/index.vue | 2 +-
pages/my/hehuo.vue | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/pages.json b/pages.json
index c582fc0..c25ebf2 100644
--- a/pages.json
+++ b/pages.json
@@ -711,7 +711,7 @@
{
"path": "pages/my/hehuo",
"style": {
- "navigationBarTitleText": "应聘技师",
+ "navigationBarTitleText": "申请合作技师",
"enablePullDownRefresh": false,
"app-plus": {
"bounce": "none",
diff --git a/pages/cooperate/index.vue b/pages/cooperate/index.vue
index 5a5b761..74f6bc9 100644
--- a/pages/cooperate/index.vue
+++ b/pages/cooperate/index.vue
@@ -5,7 +5,7 @@
- 应聘技师
+ 申请合作技师
点击申请
diff --git a/pages/my/hehuo.vue b/pages/my/hehuo.vue
index dba4abb..21c29c2 100644
--- a/pages/my/hehuo.vue
+++ b/pages/my/hehuo.vue
@@ -507,7 +507,7 @@
width:100% !important;
font-size: 14px;
color: #333333;
- font-weight: 800;
+ font-weight: 400;
margin-bottom: 4px;
}
/deep/.uni-forms-item{
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 2/2] =?UTF-8?q?=E7=94=B3=E8=AF=B7=E5=90=88=E4=BD=9C?=
=?UTF-8?q?=E6=8A=80=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;