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
4c513aff
Commit
4c513aff
authored
Apr 28, 2022
by
liuchenxi
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/会员等级变更'
parents
034d7adb
9956472f
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
3 additions
and
3 deletions
+3
-3
tag-config-options.vue
src/components/tag/tag-config-options.vue
+1
-1
index.js
src/components/tagDetail/mixin/index.js
+2
-2
No files found.
src/components/tag/tag-config-options.vue
View file @
4c513aff
...
...
@@ -1600,7 +1600,7 @@ export default {
}
else
{
this
.
loadSelector
=
true
;
}
},
2
00
);
},
8
00
);
// 获取已存数据
// this.getExistData(this.tagData.tagId);
...
...
src/components/tagDetail/mixin/index.js
View file @
4c513aff
...
...
@@ -864,7 +864,7 @@ export default {
/* 属于/不属于+ 选项 */
if
(
that
.
templateData
.
length
==
2
)
{
for
(
let
ele
of
that
.
templateData
)
{
// 选项
if
(
ele
.
templateCode
===
'tag001'
)
{
...
...
@@ -1083,7 +1083,7 @@ export default {
}
// 会员等级变更
if
(
this
.
templateData
.
length
&&
code
===
'com009'
)
{
if
(
this
.
templateData
.
length
&&
this
.
templateData
.
some
(
el
=>
el
.
templateCode
==
'com009'
)
)
{
const
findAfter
=
this
.
templateData
.
find
(
el
=>
el
.
afterGradeId
);
const
findBefore
=
this
.
templateData
.
find
(
el
=>
el
.
beforeGradeId
);
if
(
findAfter
&&
findBefore
)
{
...
...
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