From 6e060e72346048fb214903bf5f8790106bc2dc62 Mon Sep 17 00:00:00 2001 From: zhangkai <847704969@qq.com> Date: Thu, 8 May 2025 18:30:45 +0800 Subject: [PATCH] =?UTF-8?q?=E4=BF=AE=E6=94=B9=E6=84=8F=E8=A7=81=E5=8F=8D?= =?UTF-8?q?=E9=A6=88=20=E7=94=B3=E8=AF=B7=E5=85=A5=E4=BC=9A=20=E4=B8=AA?= =?UTF-8?q?=E4=BA=BA=E4=BF=A1=E6=81=AF=E4=BF=AE=E6=94=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/packageA/user/apply_in.vue | 173 +++++++++++++-------- pages/packageA/user/events_my.vue | 2 +- pages/packageA/user/my_apply.vue | 2 +- pages/packageA/user/my_card.vue | 20 +-- pages/packageA/user/my_card_holder.vue | 2 +- pages/packageA/user/my_desc.vue | 2 +- pages/packageA/user/my_edit.vue | 44 +++--- pages/packageA/user/my_idea.vue | 119 +++++++++----- pages/packageA/user/my_msg.vue | 2 +- pages/packageA/user/user_activity.vue | 2 +- pages/packageB/news/new_info.vue | 2 +- pages/packageB/news/notice_info.vue | 2 +- static/choose.png | Bin 0 -> 541 bytes tuniao-ui/components/tn-steps/tn-steps.vue | 8 +- 14 files changed, 234 insertions(+), 146 deletions(-) create mode 100644 static/choose.png diff --git a/pages/packageA/user/apply_in.vue b/pages/packageA/user/apply_in.vue index bddde59..217591f 100644 --- a/pages/packageA/user/apply_in.vue +++ b/pages/packageA/user/apply_in.vue @@ -7,7 +7,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> @@ -15,94 +15,106 @@ - - + + - + - 同意入会协议 + 同意入会协议 - 下一步 + 下一步 - - - - 推荐人 + + + + 推荐人 + + + + - - - - - - - 手机号 + + + + 手机号 - - - - - - - 真实姓名 + + + - - - - - - - 性别 + + + + + 真实姓名 + + + - - - - - - - 企业名称 + + + + + 性别 - - + + + + + + + + + + + 企业名称 + + + + placeholder-style="color:#9B9B9B"> - - - 所属行业 + + + + + 所属行业 - - + + - - {{formData.industrynew_id_name}} + + {{new_info.industrynew_id_name}} + - - - 申请理由 + + + + + 申请理由 - - + -
- 上一步 - 提交申请 +
+ 上一步 + 提交申请
@@ -154,22 +166,23 @@ phone: '', nikename: '', enterprise_name: '', - gender_name: '请选择', + gender_name: '', gender: 0, industry_id: 0, reason: '', industrynew_id: 0, + industrynew_id_name: '请选择所属行业', }, formData: { position_name: '请选择', position_id: 0, industry_id: '', industry_id_name: '请选择', - industrynew_id_name: '请选择', + industrynew_id_name: '请选择所属行业', phone: '', password: '', nikename: '', - gender_name: '请选择', + gender_name: '', gender: 0, birth_time_name: '请选择', birth_time: '', @@ -363,7 +376,7 @@ getindustryId(d) { console.log(d); var info = d[0]; - this.formData.industrynew_id_name = info.label; + this.new_info.industrynew_id_name = info.label; this.new_info.industrynew_id = info.value; }, birth_time_chick(d) { @@ -795,4 +808,32 @@ } /* 标签内容 end*/ + + + + .bfre{ + position: relative; + .bf{ + margin-left: 12rpx; + &::before{ + border-radius: 936rpx; + content: ' '; + width: 4rpx; + height: 24rpx; + background: #2368F2; + position: absolute; + top: 8rpx; + left: 0; + } + + } + } + + .line { + width: 690rpx; + height: 1rpx; + background: #E5E5E5; + margin: 0 auto; + } + \ No newline at end of file diff --git a/pages/packageA/user/events_my.vue b/pages/packageA/user/events_my.vue index fb2f3d1..4bd7409 100644 --- a/pages/packageA/user/events_my.vue +++ b/pages/packageA/user/events_my.vue @@ -6,7 +6,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> diff --git a/pages/packageA/user/my_apply.vue b/pages/packageA/user/my_apply.vue index f2cbc46..7983e6c 100644 --- a/pages/packageA/user/my_apply.vue +++ b/pages/packageA/user/my_apply.vue @@ -6,7 +6,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> diff --git a/pages/packageA/user/my_card.vue b/pages/packageA/user/my_card.vue index 602f01b..62ae3fb 100644 --- a/pages/packageA/user/my_card.vue +++ b/pages/packageA/user/my_card.vue @@ -22,19 +22,19 @@ - - {{userThisInfo.nikename}} - 协会职务:{{userThisInfo.position_name==null||userThisInfo.position_name==''?'无':userThisInfo.position_name}} + 协会职务:{{userThisInfo.position_name == null || userThisInfo.position_name == '' ? '无' : userThisInfo.position_name }} 性别:{{userThisInfo.gender==0?'女':'男'}} - + 联系方式:{{userThisInfo.phone}} 联系方式:*********** @@ -47,7 +47,7 @@ 个人经历 - + {{userThisInfo.introduction==''||userThisInfo.introduction==null?'无':userThisInfo.introduction}} @@ -56,17 +56,17 @@ - - - {{userThisInfo.enterprise_name==null||userThisInfo.enterprise_name==''?'未填写':userThisInfo.enterprise_name}} + {{userThisInfo.enterprise_name == null || userThisInfo.enterprise_name == '' ? '未填写' : userThisInfo.enterprise_name}} - 所属行业:{{userThisInfo.industry_id==-1?'其他行业':userThisInfo.industry_name}} + 所属行业:{{ userThisInfo.industry_id == -1 ? '其他行业' : userThisInfo.industry_name }} 企业地址:{{userThisInfo.enterprise_location==null||userThisInfo.enterprise_location==''?'无':userThisInfo.enterprise_location}} @@ -118,7 +118,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> diff --git a/pages/packageA/user/my_card_holder.vue b/pages/packageA/user/my_card_holder.vue index b801a98..45508da 100644 --- a/pages/packageA/user/my_card_holder.vue +++ b/pages/packageA/user/my_card_holder.vue @@ -7,7 +7,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> diff --git a/pages/packageA/user/my_desc.vue b/pages/packageA/user/my_desc.vue index 0d3e37a..e906a79 100644 --- a/pages/packageA/user/my_desc.vue +++ b/pages/packageA/user/my_desc.vue @@ -6,7 +6,7 @@ + style="text-shadow: 1rpx 0 0 #FFF, 0 1rpx 0 #FFF, -1rpx 0 0 #FFF , 0 -1rpx 0 #FFF;"> diff --git a/pages/packageA/user/my_edit.vue b/pages/packageA/user/my_edit.vue index 9a69edd..4b9498f 100644 --- a/pages/packageA/user/my_edit.vue +++ b/pages/packageA/user/my_edit.vue @@ -1,5 +1,5 @@