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
505817cd
Commit
505817cd
authored
Jun 16, 2021
by
黑潮
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
update: 人群提示
parent
543f4be9
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
9 deletions
+5
-9
form.js
src/views/ecm/form.js
+5
-9
No files found.
src/views/ecm/form.js
View file @
505817cd
...
...
@@ -939,14 +939,7 @@ export default {
if
(
this
.
xsxsFlag
==
1
)
{
params
.
analyseJson
=
JSON
.
stringify
(
this
.
analyseConfig
);
}
if
(
this
.
isAdd
&&
this
.
form
.
effectType
!=
0
)
{
this
.
checkMessageSendCount
().
then
(()
=>
{
this
.
saveEcmInfo
(
params
);
});
}
else
{
this
.
saveEcmInfo
(
params
);
}
// this.saveEcmInfo(params);
this
.
saveEcmInfo
(
params
);
}
else
{
this
.
$tips
({
type
:
'warning'
,
message
:
'表单填写不完整'
});
return
false
;
...
...
@@ -954,7 +947,7 @@ export default {
});
}),
// 保存
saveEcmInfo
(
params
)
{
async
saveEcmInfo
(
params
)
{
if
(
this
.
loading
)
{
return
;
}
...
...
@@ -962,6 +955,9 @@ export default {
this
.
$tips
({
type
:
'warning'
,
message
:
`修改卡券目前不支持微信客服/群发接口`
});
return
false
;
}
if
(
this
.
form
.
effectType
!=
0
)
{
await
this
.
checkMessageSendCount
();
}
this
.
loading
=
true
;
saveEcmInfo
(
params
)
.
then
(
res
=>
{
...
...
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