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
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
82d81e54e14bec33eb2a854a3119260746bff24e
1 parent
c062ab2c
优化购物车页面为你优选加载的代码. code review by LZF
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 @
82d81e5
...
...
@@ -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