diff --git a/dist.zip b/dist.zip new file mode 100644 index 0000000..abc7ba0 Binary files /dev/null and b/dist.zip differ diff --git a/src/pages/activity/activity_index.vue b/src/pages/activity/activity_index.vue index 5323452..711a54f 100644 --- a/src/pages/activity/activity_index.vue +++ b/src/pages/activity/activity_index.vue @@ -205,16 +205,30 @@ /> + + + + { diff --git a/src/pages/user/user_edit.vue b/src/pages/user/user_edit.vue index fe7627f..ce6b874 100644 --- a/src/pages/user/user_edit.vue +++ b/src/pages/user/user_edit.vue @@ -65,9 +65,9 @@ - - - + + + @@ -276,7 +276,7 @@ export default { education: '', academic_degree: '', card_number: '', - work_unit: '', + // work_unit: '', unit_position: '', wx_number: '', mailbox: '', @@ -357,6 +357,7 @@ export default { console.log(res); if (res.code == 1) { this.industry_list = res.data; + this.industry_list.push({id:0,industry_name:'其他行业'}); } }) .catch((e) => { @@ -396,7 +397,7 @@ export default { this.formData.education = res.data.education; this.formData.academic_degree = res.data.academic_degree; this.formData.card_number = res.data.card_number; - this.formData.work_unit = res.data.work_unit; + //this.formData.work_unit = res.data.work_unit; this.formData.unit_position = res.data.unit_position; this.formData.wx_number = res.data.wx_number; this.formData.mailbox = res.data.mailbox; diff --git a/src/pages/user/user_index.vue b/src/pages/user/user_index.vue index fb2d933..82c81b6 100644 --- a/src/pages/user/user_index.vue +++ b/src/pages/user/user_index.vue @@ -174,6 +174,8 @@ export default { }); }, onSubmit(){ + this.page=1; + this.list=[]; this.getList(); }, } diff --git a/src/pages/user/user_info.vue b/src/pages/user/user_info.vue index ceadfd8..1dd1c83 100644 --- a/src/pages/user/user_info.vue +++ b/src/pages/user/user_info.vue @@ -7,7 +7,7 @@ @@ -15,7 +15,7 @@ - +
@@ -39,7 +39,7 @@ @@ -50,14 +50,14 @@
- + @@ -74,7 +74,7 @@ diff --git a/src/pages/user/user_line.vue b/src/pages/user/user_line.vue index 650e45f..1926085 100644 --- a/src/pages/user/user_line.vue +++ b/src/pages/user/user_line.vue @@ -14,10 +14,9 @@ cellEmptyContent="-" >