Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
mayi-mp-shop
Overview
Overview
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
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
程默
mayi-mp-shop
Commits
655478f4
Commit
655478f4
authored
Nov 10, 2021
by
李嘉林
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
图片显示
parent
ac3e3bd9
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
11 additions
and
1 deletions
+11
-1
src/pages/wo/improveInformation/index.vue
+4
-1
src/pages/wo/showPassCheck/index.vue
+7
-0
No files found.
src/pages/wo/improveInformation/index.vue
View file @
655478f4
...
...
@@ -12,7 +12,7 @@
</div>
<div
class=
"img"
>
<image
mode=
"
widthFix
"
mode=
"
aspectFill
"
:src=
"userInfo.headPortraitUrl"
alt=
""
></image>
...
...
@@ -76,6 +76,7 @@
<
script
>
import
live
from
"@/api/live"
;
import
{
DFSImg
}
from
'@/utils/common.js'
export
default
{
name
:
"improveInformation"
,
data
()
{
...
...
@@ -128,6 +129,7 @@ export default {
wx
.
hideLoading
();
if
(
res
.
data
.
ok
==
'true'
){
this
.
userInfo
=
res
.
data
.
data
;
this
.
userInfo
.
headPortraitUrl
=
DFSImg
(
this
.
userInfo
.
headPortraitUrl
);
}
})
},
...
...
@@ -212,6 +214,7 @@ export default {
.img
{
width
:
80px
;
height
:
100px
;
overflow
:
hidden
;
image
{
width
:
100%
;
height
:
100%
;
...
...
src/pages/wo/showPassCheck/index.vue
View file @
655478f4
...
...
@@ -45,6 +45,7 @@
<
script
type=
"text/ecmascript-6"
>
import
live
from
"@/api/live"
;
import
index
from
"@/api/index"
;
import
{
DFSImg
}
from
'@/utils/common.js'
export
default
{
name
:
"showPassCheck"
,
data
()
{
...
...
@@ -90,6 +91,7 @@ export default {
// wx.hideLoading();
if
(
res
.
data
.
ok
==
"true"
)
{
this
.
userInfo
=
res
.
data
.
data
;
this
.
userInfo
.
headPortraitUrl
=
DFSImg
(
this
.
userInfo
.
headPortraitUrl
);
}
});
},
...
...
@@ -191,6 +193,11 @@ export default {
height
:
140px
;
border
:
1px
solid
#d8d8d8
;
padding
:
1px
;
overflow
:
hidden
;
image{
width
:
100%
;
height
:
100%
;
}
}
.userName
{
margin-top
:
14px
;
...
...
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