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
51fe59f3
Commit
51fe59f3
authored
Sep 30, 2018
by
zhangmeng
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
卡券数量限制
parent
5f4a3c2c
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
4 additions
and
4 deletions
+4
-4
dist.zip
dist.zip
+0
-0
index.html
dist/index.html
+2
-2
app.2cec4369ecc3aa4f3703.js
dist/static/js/app.2cec4369ecc3aa4f3703.js
+0
-0
cardInfo.js
src/views/card/cardInfo.js
+2
-2
No files found.
dist.zip
View file @
51fe59f3
No preview for this file type
dist/index.html
View file @
51fe59f3
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/marketing/static/css/app.479c6fa0a0b837ccce9292d51ef7168c.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/marketing/static/js/manifest.0a85049e489e85ac5f0a.js
></script><script
type=
text/javascript
src=
/marketing/static/js/vendor.ccb4bd422cd76a080cba.js
></script><script
type=
text/javascript
src=
/marketing/static/js/app.c8bd03cd64289ff1be20.js
></script></body></html>
\ No newline at end of file
<!DOCTYPE html>
<html><head><meta
charset=
utf-8
><meta
name=
viewport
content=
"width=device-width,initial-scale=1"
><link
rel=
"shortcut icon"
href=
./static/img/favicon.ico
><title>
GIC后台
</title><link
rel=
stylesheet
type=
text/css
href=
static/css/iconfont.css
><link
rel=
stylesheet
type=
text/css
href=
static/css/common.css
><link
href=
/marketing/static/css/app.479c6fa0a0b837ccce9292d51ef7168c.css
rel=
stylesheet
></head><body><div
id=
app
></div><script
type=
text/javascript
src=
/marketing/static/js/manifest.0a85049e489e85ac5f0a.js
></script><script
type=
text/javascript
src=
/marketing/static/js/vendor.ccb4bd422cd76a080cba.js
></script><script
type=
text/javascript
src=
/marketing/static/js/app.2cec4369ecc3aa4f3703.js
></script></body></html>
\ No newline at end of file
dist/static/js/app.
c8bd03cd64289ff1be20
.js
→
dist/static/js/app.
2cec4369ecc3aa4f3703
.js
View file @
51fe59f3
This source diff could not be displayed because it is too large. You can
view the blob
instead.
src/views/card/cardInfo.js
View file @
51fe59f3
...
...
@@ -276,7 +276,7 @@ export default {
}
if
((
this
.
form
.
customCodeEnd
-
this
.
form
.
customCodeBegin
+
1
)
>
100000
)
{
this
.
$tips
({
type
:
'warning'
,
message
:
'创建数量不能大于100,000张'
});
this
.
form
.
customCodeEnd
=
this
.
form
.
customCodeBegin
=
0
;
//
this.form.customCodeEnd = this.form.customCodeBegin = 0;
return
;
}
}
...
...
@@ -494,7 +494,7 @@ export default {
}
if
((
parseInt
(
this
.
form
.
customCodeEnd
)
-
parseInt
(
this
.
form
.
customCodeBegin
)
+
1
)
>
100000
)
{
this
.
$tips
({
type
:
'warning'
,
message
:
'创建数量不能大于100,000张'
});
this
.
form
.
customCodeEnd
=
this
.
form
.
customCodeBegin
=
0
;
//
this.form.customCodeEnd = this.form.customCodeBegin = 0;
return
;
}
},
...
...
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