Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
hf
2015-11-24 18:05:23 +0800
Commit
d2b5f11ed9071958547f8ca0da4195f3e7840dba
2 parents
33cf5056
e18d7250
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Show whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 additions
and
1 deletions
static/js/shopping-cart/good.js
static/js/shopping-cart/good.js
View file @
d2b5f11
...
...
@@ -64,7 +64,7 @@ $('.cart-goods').on('touchstart', '.checkbox', function() {
id
=
$this
.
closest
(
'.shopping-cart-good'
).
data
(
'id'
),
url
;
if
(
$this
.
closest
(
'.put-in-favorite'
))
{
if
(
$this
.
closest
(
'.put-in-favorite'
)
.
length
>
0
)
{
//移入收藏夹
url
=
'/shoppingCart/col'
;
...
...
Please
register
or
login
to post a comment