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
郭成尧
7 years ago
Commit
794fc5086882478d87e42f5a90e536abdb7e37b2
1 parent
338afd00
tip
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 @
794fc50
...
...
@@ -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 @
794fc50
...
...
@@ -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