Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
陈轩
2016-11-21 09:47:15 +0800
Commit
e513eddc4580d608b519aefb5ee0b482c018672d
1 parent
9b89ed12
商品详情页,领券默认提示
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
3 additions
and
1 deletions
public/js/product/detail/brand-coupon.js
public/js/product/detail/brand-coupon.js
View file @
e513edd
...
...
@@ -80,7 +80,9 @@ var brandCoupon = {
if
(
res
.
code
===
200
)
{
callback
();
// eslint-disable-line
}
else
{
tip
.
show
(
res
.
message
);
tip
.
show
(
res
.
message
||
'抱歉,您不符合领用条件'
);
if
(
res
.
redirect
)
{
setTimeout
(
function
()
{
...
...
Please
register
or
login
to post a comment