Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
C
cust-app
Project
Project
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
0
Issues
0
List
Board
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Wiki
Wiki
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
李伟
cust-app
Commits
b138f0f2
Commit
b138f0f2
authored
Jan 14, 2025
by
罗林杰
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改样式
parent
d52478a3
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
6 deletions
+2
-6
updateInformation.vue
pagesme/me/updateInformation.vue
+2
-6
No files found.
pagesme/me/updateInformation.vue
View file @
b138f0f2
...
@@ -104,7 +104,7 @@
...
@@ -104,7 +104,7 @@
</view>
</view>
<view
class=
"box-name"
>
<view
class=
"box-name"
>
<view
class=
"name"
>
{{
userInfo
.
memNickName
?
userInfo
.
memNickName
:
''
}}
</view>
<view
class=
"name"
>
{{
userInfo
.
memNickName
?
userInfo
.
memNickName
:
''
}}
</view>
<image
:src=
"baseUrl+'/user/famale.png'"
mode=
"aspectFill"
v-if=
"userInfo.memSex == '
女
'"
></image>
<image
:src=
"baseUrl+'/user/famale.png'"
mode=
"aspectFill"
v-if=
"userInfo.memSex == '
0
'"
></image>
<image
:src=
"baseUrl+'/user/male.png'"
mode=
"aspectFill"
v-else
></image>
<image
:src=
"baseUrl+'/user/male.png'"
mode=
"aspectFill"
v-else
></image>
<view
class=
"hint"
>
<view
class=
"hint"
>
<image
:src=
"baseUrl+'/user/auth.png'"
mode=
"aspectFill"
></image>
<image
:src=
"baseUrl+'/user/auth.png'"
mode=
"aspectFill"
></image>
...
@@ -136,11 +136,7 @@
...
@@ -136,11 +136,7 @@
</view>
</view>
<view
class=
"lable"
style=
"margin-top: 24rpx;"
v-if=
"userInfo.memMarriage"
>
<view
class=
"lable"
style=
"margin-top: 24rpx;"
v-if=
"userInfo.memMarriage"
>
<view
class=
"lable-div"
style=
"background-color: #F2E8F9;"
>
<view
class=
"lable-div"
style=
"background-color: #F2E8F9;"
>
婚姻状况:
{{
婚姻状况:
{{
userInfo
.
memMarriage
==
'0'
?
'无婚史'
:
'有婚史'
}}
userInfo
.
memMarriage
==
'1'
?
'未婚'
:
userInfo
.
memMarriage
==
'2'
?
'已婚'
:
userInfo
.
memMarriage
==
'3'
?
'离异'
:
'其他'
}}
</view>
</view>
</view>
</view>
</view>
</view>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment