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;