Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
H
hls-xcmg-vue-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
xugong
hls-xcmg-vue-app
Commits
c433321a
Commit
c433321a
authored
Oct 15, 2019
by
linxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
修改个人中心
parent
8977b2d7
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
6 additions
and
4 deletions
+6
-4
1.jpg
src/assets/myInfo/1.jpg
+0
-0
my-info.vue
src/pages/myInfo/my-info.vue
+6
-4
No files found.
src/assets/myInfo/1.jpg
0 → 100644
View file @
c433321a
92.8 KB
src/pages/myInfo/my-info.vue
View file @
c433321a
...
...
@@ -10,8 +10,8 @@
<div
class=
"card"
>
<div
class=
"card-info"
>
<div
class=
"card-top"
>
<img
src=
"@/assets/myInfo/
arrow-left.png"
@
click
.
native
=
"changePageHead"
>
<span>
用户名
</span>
<img
src=
"@/assets/myInfo/
1.jpg"
@
click
=
"changePageHead"
>
<span>
{{
user_phone
}}
</span>
</div>
<div
class=
"card-bottom"
>
<div>
...
...
@@ -85,6 +85,7 @@ export default {
user_bp_status
:
''
,
user_bp_class
:
''
,
bp_id
:
''
,
user_phone
:
''
,
}
},
beforeRouteEnter
(
to
,
from
,
next
)
{
...
...
@@ -232,6 +233,7 @@ export default {
vm
.
user_bp_status
=
res
.
info
.
user_bp_status
vm
.
user_bp_class
=
res
.
info
.
user_bp_class
vm
.
bp_id
=
res
.
info
.
user_bp_id
vm
.
user_phone
=
res
.
info
.
user_phone
}
else
{
this
.
hlsPopup
.
showLongCenter
(
res
.
message
)
}
...
...
@@ -319,7 +321,7 @@ export default {
font-size: 15px;
margin-left: 16px;
position: relative;
margin-top:
88
px;
margin-top:
60
px;
}
.userInfo::before {
content: "";
...
...
@@ -365,7 +367,7 @@ export default {
background: #00469c;
border-radius: 4px;
color: #fff;
margin-bottom:
10
0px;
margin-bottom:
6
0px;
margin-left:2%;
}
}
...
...
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