Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
memberTag-web
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
memberTag
memberTag-web
Commits
ab5ff3df
Commit
ab5ff3df
authored
Apr 15, 2022
by
caoyanzhi
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 会员通
parent
f4126208
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
+2
-2
manual-tag-value-edit-info.vue
src/view/manualTag/manual-tag-value-edit-info.vue
+1
-1
memberGroupDetail.vue
src/view/memberGroup/memberGroupDetail.vue
+1
-1
No files found.
src/view/manualTag/manual-tag-value-edit-info.vue
View file @
ab5ff3df
...
...
@@ -120,7 +120,7 @@
<template
v-if=
"!Array.isArray(scope.row.memberSources) || scope.row.memberSources.filter(el => el.highlight != 0).length == 0"
>
--
</
template
>
<
template
v-else
>
<!-- 1100:公众号 1600:小程序 1700:企业微信 1303:微盟 1302:天猫会员通 -->
<span
class=
"channel-box"
v-for=
"channel in
scope.row.memberSources
"
:key=
"channel.parentSourceCode"
>
<span
class=
"channel-box"
v-for=
"channel in
(scope.row.memberSources || []).filter(el => el.highlight == 1 || el.highlight == 2)
"
:key=
"channel.parentSourceCode"
>
<template
v-if=
"channel.highlight == 1"
>
<img
class=
"channel-icon"
v-if=
"channel.parentSourceCode == 1100"
src=
"../../../static/img/channel-icon/weixin-1.png"
alt=
""
>
<img
class=
"channel-icon"
v-if=
"channel.parentSourceCode == 1600"
src=
"../../../static/img/channel-icon/xiaochengxu-1.png"
alt=
""
>
...
...
src/view/memberGroup/memberGroupDetail.vue
View file @
ab5ff3df
...
...
@@ -126,7 +126,7 @@
<template
v-if=
"!Array.isArray(scope.row.memberSources) || scope.row.memberSources.filter(el => el.highlight != 0).length == 0"
>
--
</
template
>
<
template
v-else
>
<!-- 1100:公众号 1600:小程序 1700:企业微信 1303:微盟 1302:天猫会员通 -->
<span
class=
"channel-box"
v-for=
"channel in
scope.row.memberSources
"
:key=
"channel.parentSourceCode"
>
<span
class=
"channel-box"
v-for=
"channel in
(scope.row.memberSources || []).filter(el => el.highlight == 1 || el.highlight == 2)
"
:key=
"channel.parentSourceCode"
>
<template
v-if=
"channel.highlight == 1"
>
<img
class=
"channel-icon"
v-if=
"channel.parentSourceCode == 1100"
src=
"../../../static/img/channel-icon/weixin-1.png"
alt=
""
>
<img
class=
"channel-icon"
v-if=
"channel.parentSourceCode == 1600"
src=
"../../../static/img/channel-icon/xiaochengxu-1.png"
alt=
""
>
...
...
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