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
8d331a0c
Commit
8d331a0c
authored
Oct 25, 2021
by
chenyu
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/10月迭代' of
http://git.gicdev.com/gicmember/member
into dev
parents
a3662440
7d5c6190
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
61 additions
and
55 deletions
+61
-55
wechatTotalDetail.js
src/components/wechatmembers/wechatTotalDetail.js
+6
-0
wechatTotalDetail.vue
src/components/wechatmembers/wechatTotalDetail.vue
+55
-55
weimeng.png
static/img/weimeng.png
+0
-0
No files found.
src/components/wechatmembers/wechatTotalDetail.js
View file @
8d331a0c
...
...
@@ -10,6 +10,7 @@ import { fomatBirthday } from "../../utils/fomatBirthday";
import
{
formatLongTime
}
from
"@/utils/utils"
;
import
{
mapState
}
from
"vuex"
;
import
ModifyGuide
from
'./ModifyGuide.vue'
;
import
weimengLogo
from
'../../../static/img/weimeng.png'
export
default
{
name
:
"wechatmember-detail"
,
...
...
@@ -59,6 +60,7 @@ export default {
};
return
{
showClique
:
false
,
weimengLogo
,
memberId
:
this
.
$route
.
query
.
memberId
||
""
,
navpath
:
[
{
...
...
@@ -116,6 +118,9 @@ export default {
numOfTel
:
0
,
numOfMarket
:
0
},
memberRelationInfo
:[
// {protocolType:1访问时的协议 2登录时的协议,consentPrivacyProtocolTime:时间}
],
memberbaseinfo
:
{
status
:
1
,
wxStatus
:
0
,
...
...
@@ -816,6 +821,7 @@ export default {
if
(
res
.
data
.
errorCode
===
0
)
{
const
ret
=
res
.
data
.
result
;
this
.
memberInfo
=
ret
.
memberInfo
;
this
.
memberRelationInfo
=
ret
.
memberRelationInfo
?
ret
.
memberRelationInfo
.
memberProtocolInfo
:[];
this
.
memberInfo
.
thirdImgUrl
=
ret
.
memberInfo
.
thirdImgUrl
?
ret
.
memberInfo
.
thirdImgUrl
:
this
.
storeImageUrl
;
...
...
src/components/wechatmembers/wechatTotalDetail.vue
View file @
8d331a0c
...
...
@@ -166,39 +166,18 @@
</div>
<div
class=
"wechat-chanel"
>
<div
class=
"wechat-cardtitle"
>
关联渠道
</div>
<div
style=
"display: flex"
>
<table
class=
"relevance-table"
>
<tbody
id=
"channelListTable"
><tr><td
class=
"relevance-name-content"
>
<img
src=
"../../../static/img/channel_default_icon.png"
>
<div
class=
"relevance-name"
>
<p>
--
</p>
<p
class=
"gray-color"
>
--
<span>
--
</span></p>
</div>
</td>
<td
class=
"relevance-num"
>
--
</td>
</tr><tr><td
class=
"relevance-name-content"
>
<img
src=
"../../../static/img/channel_default_icon.png"
>
<div
class=
"relevance-name"
>
<p>
--
</p>
<p
class=
"gray-color"
>
--
<span>
--
</span></p>
</div>
</td>
<td
class=
"relevance-num"
>
--
</td>
</tr><tr><td
class=
"relevance-name-content"
>
<img
src=
"../../../static/img/channel_default_icon.png"
>
<div
class=
"relevance-name"
>
<p>
--
</p>
<p
class=
"gray-color"
>
--
<span>
--
</span></p>
<div
class=
"related-channel-wrap"
>
<ul
class=
"related-channel-content"
>
<li
class=
"related-channel-content-item"
v-for=
"relationInfo in memberRelationInfo"
:key=
"relationInfo"
>
<img
:src=
"weimengLogo"
alt=
""
>
<div
class=
"related-channel-content-item-info"
>
<h2>
微盟同意协议时间
</h2>
<div
class=
"info-date"
>
<p>
{{
relationInfo
.
protocolType
===
1
?
'访问'
:
'登录'
}}
:
{{
relationInfo
.
consentPrivacyProtocolTime
|
formatTime
}}
</p>
</div>
</div>
</td>
<td
class=
"relevance-num"
>
--
</td>
</tr></tbody>
</table>
</div>
<div
class=
"tRight"
>
<dm-pagination
layout=
"prev, pager, next"
>
</dm-pagination>
</li>
</ul>
</div>
</div>
</div>
...
...
@@ -733,6 +712,7 @@
</template>
<
script
>
import
wechatTotalDetail
from
'./wechatTotalDetail'
export
default
{
...
wechatTotalDetail
}
</
script
>
...
...
@@ -855,6 +835,48 @@ export default { ...wechatTotalDetail }
border
:
1px
solid
$
wechattagcolor
;
vertical-align
:
top
;
font-size
:
14px
;
.related-channel-wrap
{
height
:
220px
;
padding
:
0
11px
;
overflow-y
:
auto
;
.related-channel-content{
padding-bottom
:
12px
;
&-item{
display
:
flex
;
align-items
:
center
;
height
:
61px
;
border-bottom
:
1px
dashed
#E3E5E9
;
>img{
margin-right
:
10px
;
}
&
-info
{
flex
:
1
;
display
:
flex
;
flex-direction
:
column
;
justify-content
:
center
;
>h2{
font-size
:
14px
;
font-weight
:
400
;
color
:
#303133
;
line-height
:
20px
;
}
.info-date
{
display
:
flex
;
justify-content
:
space-between
;
align-items
:
center
;
width
:
100%
;
font-size
:
12px
;
font-weight
:
400
;
color
:
#606266
;
line-height
:
17px
;
>p{
margin
:
0
;
}
}
}
}
}
}
&
-cardinfowrap
flex
1
&
-cardinfo
...
...
@@ -1020,29 +1042,7 @@ export default { ...wechatTotalDetail }
vertical-align
:
inherit
;
border-color
:
inherit
;
}
.relevance-table
.relevance-table
tr
{
line-height
0
box-sizing
border-box
border-bottom
:
1px
solid
#e3e5e9
;
}
.relevance-name-content
{
border-right
:
1px
solid
#e3e5e9
;
width
:
60%
;
padding
:
5px
12px
;
}
.relevance-name-content
img
{
width
:
30px
;
height
:
30px
;
margin-right
:
7px
;
}
.relevance-name
{
display
:
inline-block
;
}
.relevance-num
{
width
:
40%
;
text-align
:
center
;
}
.inline-space
{
float
:
left
;
height
:
40px
;
...
...
static/img/weimeng.png
0 → 100644
View file @
8d331a0c
830 Bytes
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