Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Plain Diff
Browse Files
Authored by
梁志锋
2015-12-24 12:28:34 +0800
Commit
c222106137629416808d4384d0439eb7a33bb24f
2 parents
c5b00f3f
f5b1d516
Merge branch 'fix/issue' into 'develop'
优化购物车页面为你优选加载的代码 See merge request !75
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
2 additions
and
2 deletions
static/js/cart/cart.js
static/js/cart/cart.js
View file @
c222106
...
...
@@ -25,8 +25,8 @@ var navHammer,
function
needLoadRecommandForYou
()
{
return
window
.
isCookiesEnabled
()
?
$
(
'.shopping-cart-good'
).
length
<=
0
&&
window
.
cookie
(
'_yoho-cart-refreshByDelete'
)
!==
'true'
:
$
(
'.shopping-cart-good'
).
length
<=
0
;
$
(
'.cart-goods'
).
length
<=
0
&&
window
.
cookie
(
'_yoho-cart-refreshByDelete'
)
!==
'true'
:
$
(
'.cart-goods'
).
length
<=
0
;
}
if
(
needLoadRecommandForYou
())
{
...
...
Please
register
or
login
to post a comment