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:40:09 +0800
Commit
9b89ed120da5277b44dce0c10933ada285390405
1 parent
e0bb5a3c
获取购物券,添加 错误提示
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
0 deletions
public/js/product/detail/brand-coupon.js
public/js/product/detail/brand-coupon.js
View file @
9b89ed1
...
...
@@ -80,6 +80,8 @@ var brandCoupon = {
if
(
res
.
code
===
200
)
{
callback
();
// eslint-disable-line
}
else
{
tip
.
show
(
res
.
message
);
if
(
res
.
redirect
)
{
setTimeout
(
function
()
{
location
.
href
=
res
.
redirect
;
...
...
Please
register
or
login
to post a comment