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
郭成尧
2018-04-17 17:23:46 +0800
Commit
5774e0a21e66d7f5d7c7218538501c94d9906b58
1 parent
794fc508
time
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
2 deletions
public/js/cart/cartbuynow/select-coupons.js
public/js/home/coupon-new/controller.js
public/js/cart/cartbuynow/select-coupons.js
View file @
5774e0a
...
...
@@ -121,7 +121,7 @@ class SelectCouponController extends Page {
this
.
selectCouponCodes
.
push
(
couponCode
);
setTimeout
(()
=>
{
location
.
reload
();
},
1
00
);
},
5
00
);
}
});
}
...
...
public/js/home/coupon-new/controller.js
View file @
5774e0a
...
...
@@ -87,7 +87,7 @@ class ConponController extends Page {
if
(
res
.
code
===
200
)
{
setTimeout
(()
=>
{
location
.
reload
();
},
1
00
);
},
5
00
);
}
});
}
...
...
Please
register
or
login
to post a comment