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
Plain Diff
Browse Files
Authored by
郭成尧
2018-04-17 17:14:38 +0800
Commit
4c9f92d34f7202097f5d774fe6598b6dc5a70ef6
2 parents
a385fa36
794fc508
Merge branch 'feature/coupon' into release/180420
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
0 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 @
4c9f92d
...
...
@@ -119,7 +119,6 @@ class SelectCouponController extends Page {
}
if
(
res
.
code
===
200
)
{
this
.
selectCouponCodes
.
push
(
couponCode
);
tip
.
show
(
'优惠券可用'
);
setTimeout
(()
=>
{
location
.
reload
();
},
100
);
...
...
public/js/home/coupon-new/controller.js
View file @
4c9f92d
...
...
@@ -85,7 +85,6 @@ class ConponController extends Page {
tip
.
show
(
res
.
message
);
}
if
(
res
.
code
===
200
)
{
tip
.
show
(
'优惠券可用'
);
setTimeout
(()
=>
{
location
.
reload
();
},
100
);
...
...
Please
register
or
login
to post a comment