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
53eca0b4
Commit
53eca0b4
authored
Jan 13, 2021
by
chenxin
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
fix: bug
parent
e7660f0f
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
0 deletions
+5
-0
form.js
src/views/card/form.js
+5
-0
No files found.
src/views/card/form.js
View file @
53eca0b4
...
...
@@ -876,6 +876,11 @@ export default {
// 商户不允许使用自动领取配置
card
.
manualGetFlag
=
1
;
}
if
(
card
.
manualGetFlag
==
0
&&
card
.
cardCodeCount
>
this
.
couponAutoGetStock
)
{
// 开启转赠 限制库存数
this
.
$tips
({
message
:
`无需手动领取库存超过(
${
this
.
couponAutoGetStock
}
)上限`
,
type
:
'warning'
});
return
;
}
card
.
cardExplain
=
this
.
form
.
cardExplain
;
card
.
useDescript
=
this
.
form
.
useDescript
;
...
...
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