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
d45143fc
Commit
d45143fc
authored
Jun 29, 2021
by
陈羽
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 弹窗人群数量改为10
parent
8c6d9a25
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
+2
-2
form.vue
src/views/pop/form.vue
+2
-2
No files found.
src/views/pop/form.vue
View file @
d45143fc
...
...
@@ -464,8 +464,8 @@ export default {
if
(
item
.
popupMemberGroupList
&&
!
item
.
popupMemberGroupList
.
length
)
{
callback
(
new
Error
(
'请选择定向人群'
));
}
if
(
item
.
popupMemberGroupList
&&
item
.
popupMemberGroupList
.
length
>
3
)
{
callback
(
new
Error
(
'会员分组数量不能超过
3
个'
));
if
(
item
.
popupMemberGroupList
&&
item
.
popupMemberGroupList
.
length
>
10
)
{
callback
(
new
Error
(
'会员分组数量不能超过
10
个'
));
}
callback
();
},
...
...
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