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
OF1706
8 years ago
Commit
a206278789681e3d7a4c8436c26b0c8953915152
1 parent
7de0c416
mini
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
2 additions
and
3 deletions
template/www.yohobuy.com/partials/layout/page-header.phtml
web-static/js/header.js
web-static/sass/_header.css
template/www.yohobuy.com/partials/layout/page-header.phtml
View file @
a206278
...
...
@@ -217,7 +217,6 @@
<div
class=
"gobuy-notempty-footer"
>
<h
3
>
<p
data-role=
"totalinfo"
data-total=
"{{total}}"
>购物车里还有<span
data-role=
"last-num"
>
{
{total
}
}</span>件商品</p>
<a
href=
"//www.yohobuy.com/cart/cart"
>查看我的购物车</a>
</h
3
>
...
...
web-static/js/header.js
View file @
a206278
...
...
@@ -1236,7 +1236,7 @@ function showMiniCart(isShow) {
}
}
else
{
$
(
'#miniCartBox'
).
removeClass
(
'list-cur'
);
$
(
'.gobuy-wrapper'
).
show
();
$
(
'.gobuy-wrapper'
).
hide
();
}
}
...
...
web-static/sass/_header.css
View file @
a206278
...
...
@@ -70,7 +70,7 @@
.yohoproducts-list
{
position
:
absolute
;
/*display: none;*/
display
:
none
;
width
:
170px
;
left
:
0
;
top
:
32px
;
...
...
Please
register
or
login
to post a comment