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
Plain Diff
Browse Files
Authored by
周少峰
2017-02-28 15:24:19 +0800
Commit
3fba2dbedc61cb41170374c037104c234dd9a798
2 parents
bd5f6551
07503718
Merge branch 'release/5.4.1' of git.yoho.cn:fe/yohobuy-node into release/5.4.1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
public/js/cart/cart-action.js
public/js/cart/cart-action.js
View file @
3fba2db
...
...
@@ -358,7 +358,7 @@ Cart = {
if
(
$
(
'[data-role="gift-sel-btn"]'
).
length
)
{
new
RConfirm
(
content
,
function
()
{
var
$firstGift
=
$
(
'[data-role="gift-sel-btn"]'
);
var
$firstGift
=
$
(
'[data-role="gift-sel-btn"]'
)
.
eq
(
0
)
;
var
$sitem
=
$firstGift
;
if
(
!
$sitem
.
is
(
':visible'
))
{
...
...
Please
register
or
login
to post a comment