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
36e4e682
Commit
36e4e682
authored
Dec 27, 2021
by
胡
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: 页面显示问题
parent
2237efd4
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
2 deletions
+5
-2
my-info.vue
src/pages/myInfo/my-info.vue
+5
-2
No files found.
src/pages/myInfo/my-info.vue
View file @
36e4e682
...
@@ -14,7 +14,7 @@
...
@@ -14,7 +14,7 @@
<!--
<div
:class=
"['top',(multipleRole!=='GUTA'&&user_bp_type!=='GUTA')?'has':'antiHas']"
style=
"margin-top:-1px;"
>
-->
<!--
<div
:class=
"['top',(multipleRole!=='GUTA'&&user_bp_type!=='GUTA')?'has':'antiHas']"
style=
"margin-top:-1px;"
>
-->
<div
class=
"top"
style=
"margin-top: -1px"
>
<div
class=
"top"
style=
"margin-top: -1px"
>
<div
class=
"card-top"
:style=
"
{
height: nowBind.bp_type==='MANAGER'?'3.4rem' : '2.4rem'
}">
<div
class=
"card-top"
:style=
"
{
height: nowBind.bp_type === 'MANAGER' ? '3.4rem' : '2.4rem'
}">
<img
:src=
"upLoadObj"
@
click=
"checkType"
/>
<img
:src=
"upLoadObj"
@
click=
"checkType"
/>
<div
class=
"sign"
>
<div
class=
"sign"
>
<span>
{{
user_phone
}}
</span>
<span>
{{
user_phone
}}
</span>
...
@@ -266,7 +266,7 @@ export default {
...
@@ -266,7 +266,7 @@ export default {
mounted
()
{
mounted
()
{
this
.
getList
()
this
.
getList
()
this
.
getMultipleRole
();
this
.
getMultipleRole
();
this
.
getHead
();
this
.
getHead
();
}
,
}
,
beforeRouteEnter
(
to
,
from
,
next
)
{
beforeRouteEnter
(
to
,
from
,
next
)
{
next
((
vm
)
=>
{
next
((
vm
)
=>
{
...
@@ -318,6 +318,9 @@ export default {
...
@@ -318,6 +318,9 @@ export default {
window
.
localStorage
.
setItem
(
'bind-user-list'
,
JSON
.
stringify
(
query
.
lists
));
window
.
localStorage
.
setItem
(
'bind-user-list'
,
JSON
.
stringify
(
query
.
lists
));
// window.localStorage.setItem('now_user_bp_bind_id', JSON.stringify(query.lists.length ? query.lists[0] :
{
}
));
// window.localStorage.setItem('now_user_bp_bind_id', JSON.stringify(query.lists.length ? query.lists[0] :
{
}
));
if
(
!
query
.
lists
.
length
)
window
.
localStorage
.
setItem
(
'now_user_bp_bind_id'
,
JSON
.
stringify
({
}
));
this
.
bindUserList
=
query
.
lists
;
this
.
bindUserList
=
query
.
lists
;
}
else
{
}
else
{
...
...
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