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
ae83829dcf53ab16a15da03c8f88b3ce97c8cc3c
1 parent
4c9f92d3
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 @
ae83829
...
...
@@ -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 @
ae83829
...
...
@@ -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