Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
hf
2015-12-24 14:57:55 +0800
Commit
babf099022ecd3972dd72eb705b7148ae63216df
2 parents
2b9aadc4
1462f5be
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
1 deletions
template/m.yohobuy.com/partials/layout/analysis.phtml
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
template/m.yohobuy.com/partials/layout/analysis.phtml
View file @
babf099
...
...
@@ -30,6 +30,7 @@ var _hmt = _hmt || [];
(function() {
var hm = document.createElement("script");
hm.src = "http://static.yohobuy.com/js/analytics/analysis.js";
hm.async = 1;
var s = document.getElementsByTagName("script")[0];
s.parentNode.insertBefore(hm, s);
})();
...
...
yohobuy/m.yohobuy.com/application/models/Index/Cart.php
View file @
babf099
...
...
@@ -89,7 +89,7 @@ class CartModel
}
// 普通购物车空,则显示预售购物车
if
(
$ordinaryCount
===
'0'
&&
$ordinary
Coun
t
)
{
if
(
$ordinaryCount
===
'0'
&&
$ordinary
SoldOu
t
)
{
$result
[
'cartNav'
]
=
false
;
$result
[
'cartType'
]
=
'advance'
;
}
...
...
Please
register
or
login
to post a comment