Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Contribute to GitLab
Sign in
Toggle navigation
J
jd-vx-app
Project
Project
Details
Activity
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
Administrator
jd-vx-app
Commits
4eea69e3
Commit
4eea69e3
authored
May 27, 2022
by
lijiongliang
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'dev_cd' of
http://g.uzosp.com/cxz/jd-vx-app
into dev_cd
parents
86984d7a
e65049ab
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
personal.vue
pages/personal.vue
+1
-1
userInfo.vue
pagesD/pages/personal/userInfo.vue
+1
-1
No files found.
pages/personal.vue
View file @
4eea69e3
...
...
@@ -227,7 +227,7 @@ export default {
if
(
res
.
data
.
code
==
200
)
{
this
.
userInfo
=
res
.
data
.
data
if
(
this
.
userInfo
.
avatar
){
this
.
avatar
=
this
.
http
.
baseUrl
+
this
.
userInfo
.
avatar
this
.
avatar
=
this
.
userInfo
.
avatar
}
}
...
...
pagesD/pages/personal/userInfo.vue
View file @
4eea69e3
...
...
@@ -329,7 +329,7 @@ export default {
if
(
res
.
data
.
code
==
200
)
{
this
.
userInfo
=
res
.
data
.
data
if
(
this
.
userInfo
.
avatar
){
this
.
image
=
this
.
http
.
baseUrl
+
this
.
userInfo
.
avatar
this
.
image
=
this
.
userInfo
.
avatar
}
this
.
formData
.
forEach
(
element
=>
{
if
(
element
.
label
===
'手机号'
)
{
...
...
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