Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
member
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
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
member
member
Commits
4edb3d30
Commit
4edb3d30
authored
Jul 29, 2019
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
会员相册入口
parent
4176fd88
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
17 additions
and
5 deletions
+17
-5
wechatTotalDetail.vue
src/components/wechatmembers/wechatTotalDetail.vue
+4
-2
wechatmemberDetail.vue
src/components/wechatmembers/wechatmemberDetail.vue
+5
-3
index.js
src/router/index.js
+8
-0
No files found.
src/components/wechatmembers/wechatTotalDetail.vue
View file @
4edb3d30
...
...
@@ -13,9 +13,9 @@
</div>
</div>
-->
<div
class=
"maskOperation"
>
<span
><i
class=
"iconfont icon-shuaxin iconCommon"
@
click=
"updateImgUrl
"
></i>
刷新头像
</span>
<span
@
click=
"updateImgUrl"
><i
class=
"iconfont icon-shuaxin iconCommon
"
></i>
刷新头像
</span>
<span>
|
</span>
<span><
i
class=
"iconfont icon-xiangce iconCommon"
></i>
会员相册
</span>
<span><
router-link
to=
"/photo-album"
><i
class=
"iconfont icon-xiangce iconCommon"
></i>
会员相册
</router-link>
</span>
</div>
<img
width=
"202px"
height=
"202px"
v-if=
"memberInfo.thirdImgUrl"
class=
"wechat-portraitimg"
:src=
"memberInfo.thirdImgUrl ? memberInfo.thirdImgUrl : storeImageUrl"
alt=
""
>
</div>
...
...
@@ -739,6 +739,8 @@ export default { ...wechatTotalDetail }
}
span
cursor
pointer
a
color
#fff
&
-maskposition
margin-top
50
%
transform
translateY
(
-50
%)
...
...
src/components/wechatmembers/wechatmemberDetail.vue
View file @
4edb3d30
...
...
@@ -5,7 +5,7 @@
<div
class=
"wechat width1200"
>
<div
class=
"wechat-left bordercustom"
>
<div
class=
"wechat-portraitwrap"
>
<div
class=
"wechat-portrait"
@
click=
"updateImgUrl"
>
<div
class=
"wechat-portrait"
>
<!--
<div
class=
"wechat-portraitmask"
>
<div
class=
"wechat-maskposition"
>
<i
class=
"el-icon-refresh wechat-refresh"
></i>
...
...
@@ -13,9 +13,9 @@
</div>
</div>
-->
<div
class=
"maskOperation"
>
<span
><i
class=
"iconfont icon-shuaxin iconCommon"
@
click=
"updateImgUrl
"
></i>
刷新头像
</span>
<span
@
click=
"updateImgUrl"
><i
class=
"iconfont icon-shuaxin iconCommon
"
></i>
刷新头像
</span>
<span>
|
</span>
<span><
i
class=
"iconfont icon-xiangce iconCommon"
></i>
会员相册
</span>
<span><
router-link
to=
"photo-album"
><i
class=
"iconfont icon-xiangce iconCommon"
></i>
会员相册
</router-link>
</span>
</div>
<img
width=
"202px"
height=
"202px"
v-if=
"memberInfo.thirdImgUrl"
class=
"wechat-portraitimg"
:src=
"memberInfo.thirdImgUrl ? memberInfo.thirdImgUrl : storeImageUrl"
alt=
""
>
</div>
...
...
@@ -740,6 +740,8 @@ export default { ...wechatmemberDetail }
}
span
cursor
pointer
a
color
#fff
&
-maskposition
margin-top
50
%
transform
translateY
(
-50
%)
...
...
src/router/index.js
View file @
4edb3d30
...
...
@@ -237,6 +237,14 @@ export const constantRouterMap = [
meta
:
{
title
:
"日志详情"
}
},
{
path
:
'/photo-album'
,
name
:
'/photo-album'
,
component
:
_import
(
"photo-album"
,
"imgSpaceList"
),
meta
:
{
title
:
"相册"
}
}
]
}
...
...
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