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 @@
-
+
@@ -14,24 +14,24 @@
-
-
+
-
+
+ style="width: 164rpx;height: 164rpx;border-radius: 50%;">
-
+
-
+
个人资料
@@ -129,7 +129,7 @@
公司Logo
- 暂无
+ 暂无
@@ -166,8 +166,8 @@
-
+
提交审核
@@ -210,8 +210,8 @@
-
+
@@ -228,12 +228,12 @@
-
- 取消
+ 取消 -->
- 确定
+ style="width: 616rpx;height: 90rpx;background: #2368F2;text-align: center;line-height: 90rpx;border-radius: 50rpx;">
+ 保存
@@ -541,7 +541,7 @@
nikename: res.data.nikename,
phone: res.data.phone,
wx_number: res.data.wx_number,
- introduction: res.data.introduction == null || res.data.introduction == '' ? '无' : res
+ introduction: res.data.introduction == null || res.data.introduction == '' ? '请输入个人经历' : res
.data.introduction,
enterprise_name: res.data.enterprise_name == null || res.data.enterprise_name == '' ?
'无' : res.data.enterprise_name,
@@ -597,6 +597,13 @@
\ No newline at end of file
diff --git a/pages/packageA/user/my_idea.vue b/pages/packageA/user/my_idea.vue
index 1d5e251..6dfdb8d 100644
--- a/pages/packageA/user/my_idea.vue
+++ b/pages/packageA/user/my_idea.vue
@@ -1,58 +1,60 @@
-
+
-
+
-
+
-
+
-
-
+
+
-
- 反馈人
+
+ 反馈人
+
+
+
+
+
+
+
+
+
+ 联系方式
+
+
+
+
+
+
+
+
+
+ 反馈内容
-
-
-
-
-
- 联系方式
-
-
-
-
-
-
-
- 反馈内容
-
-
-
-
-
-
-
-
-
+
+
+
+
+
+ 提交信息
+
+
+
@@ -128,6 +130,12 @@ import store from "@/store";
diff --git a/pages/packageA/user/my_msg.vue b/pages/packageA/user/my_msg.vue
index 74cc3a1..9068496 100644
--- a/pages/packageA/user/my_msg.vue
+++ b/pages/packageA/user/my_msg.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/user_activity.vue b/pages/packageA/user/user_activity.vue
index a28b78d..2eca239 100644
--- a/pages/packageA/user/user_activity.vue
+++ b/pages/packageA/user/user_activity.vue
@@ -22,7 +22,7 @@
- 请上传活动主图
+ 请上传活动主图
diff --git a/pages/packageB/news/new_info.vue b/pages/packageB/news/new_info.vue
index 252a01a..9f9fce5 100644
--- a/pages/packageB/news/new_info.vue
+++ b/pages/packageB/news/new_info.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/packageB/news/notice_info.vue b/pages/packageB/news/notice_info.vue
index c7b9307..9673d40 100644
--- a/pages/packageB/news/notice_info.vue
+++ b/pages/packageB/news/notice_info.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/static/choose.png b/static/choose.png
new file mode 100644
index 0000000000000000000000000000000000000000..5164dae8b4e7f2a5fea127c4c3864b7fe9a2e8b7
GIT binary patch
literal 541
zcmV+&0^Px$*GWV{RA@u(+ObZY+#s6>6&}KKrgE*>lc!zh&7;5cd4SJ@-Ke-1UUJ1pj@4Wmz5-
zMRCu}#{lqwh_~MRiIv7gO;IB1GxHn~%Rity@BOs}WE8Nfsx#-@Yy-puG8TB@oO{}m
zlsYmBI2;bkUavO?fWB2^6tG6s(-aY>h*(%eMgy%QMSzx(VnC}%QJ_VnIM5n03D6QU
z8PEzcDbNBkIZzv!1*nP42Gl}k1!^F(19Kx)fH{$Bz^2IMa(TH}ES}rG{!j%rM80|N
zPdea+4yY#BmUxg4JcP_yuH~@I@-k-O{)%U3+*aXMSuOWmQ_q|iVoVe@>=Eh|O
zYT&W~wQyO0nz-aZZCp~I1za+q6}wtWDV+Bmn_
zbVr>gh-mQpm&L)R!8LKw3076L^(O>vTr`k~>hs!kU3wO962L@
fOE7oGrN{dLnB71~Jbf#500000NkvXXu0mjfv~A&b
literal 0
HcmV?d00001
diff --git a/tuniao-ui/components/tn-steps/tn-steps.vue b/tuniao-ui/components/tn-steps/tn-steps.vue
index e43ba61..565ab1c 100644
--- a/tuniao-ui/components/tn-steps/tn-steps.vue
+++ b/tuniao-ui/components/tn-steps/tn-steps.vue
@@ -305,8 +305,8 @@
flex-direction: column;
.tn-steps__item__line {
- border-bottom-width: 1px;
- border-bottom-style: solid;
+ border-bottom-width: 2px;
+ border-bottom-style: dashed;
width: 50%;
left: 75%;
@@ -327,8 +327,8 @@
min-height: 120rpx;
.tn-steps__item__line {
- border-left-width: 1px;
- border-left-style: solid;
+ border-left-width: 2px;
+ border-left-style: dashed;
height: 50%;
top: 75%;