Skip to content
Projects
Groups
Snippets
Help
This project
Loading...
Sign in / Register
Toggle navigation
M
marketing
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
marketing-web
marketing
Commits
c8b83dd0
Commit
c8b83dd0
authored
Jun 16, 2022
by
crushh
Browse files
Options
Browse Files
Download
Plain Diff
Merge branch 'feature/游戏营销' into test
parents
cc09bbe0
207141ed
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
10 deletions
+11
-10
rule-config.vue
src/views/game/cmh/rule-config.vue
+11
-10
No files found.
src/views/game/cmh/rule-config.vue
View file @
c8b83dd0
...
...
@@ -406,6 +406,16 @@ export default {
this
.
$refs
.
ruleForm
.
clearValidate
(
name
);
},
validateData
()
{
this
.
$refs
.
ruleForm
.
validate
(
val
=>
{
this
.
boolVal
=
val
;
if
(
!
val
)
{
this
.
scrollToError
(
this
);
}
});
if
(
!
this
.
boolVal
)
{
this
.
$message
.
error
(
'请确认规则设置的必填字段都已填写且通过校验'
);
return
false
;
}
if
(
this
.
ruleForm
.
memberType
==
0
&&
this
.
toggleTag
&&
!
this
.
ruleForm
.
filterJsonView
)
{
this
.
$message
.
error
(
'人群筛选未保存条件'
);
return
false
;
...
...
@@ -422,16 +432,7 @@ export default {
return
false
;
}
}
this
.
$refs
.
ruleForm
.
validate
(
val
=>
{
this
.
boolVal
=
val
;
if
(
!
val
)
{
this
.
scrollToError
(
this
);
}
});
if
(
!
this
.
boolVal
)
{
this
.
$message
.
error
(
'请确认规则设置的必填字段都已填写且通过校验'
);
return
false
;
}
return
true
;
},
nextStep
(
noNext
)
{
...
...
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