Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuy-node
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
1
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
yyq
2018-04-20 10:55:12 +0800
Commit
c8261897a16b198fb21a9d8605de6fa5707c27d5
1 parent
3353f7c0
fix
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/ensure.page.js
public/js/cart/ensure.page.js
View file @
c826189
...
...
@@ -528,7 +528,7 @@ coupon = {
getList
:
function
(
code
)
{
var
that
=
this
;
if
(
!
this
.
unsupport
&&
!
order
.
deliveryWay
)
{
if
(
this
.
unsupport
||
!
order
.
deliveryWay
)
{
return
;
}
...
...
Please
register
or
login
to post a comment