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
毕凯
2015-12-22 05:24:24 +0800
Commit
40d7ce9201dc3636ebd7c6fc5215e19a60c835c1
2 parents
fb0cadfb
0101e75d
Merge branch 'develop' of
http://git.dev.yoho.cn/web/yohobuy
into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
10 additions
and
5 deletions
static/js/cart/good.js
static/sass/product/_detail.scss
template/m.yohobuy.com/partials/layout/page_header.phtml
static/js/cart/good.js
View file @
40d7ce9
...
...
@@ -166,7 +166,7 @@ function didUpdateAllGoodsCheckStatus() {
$
(
checkedBox
).
removeClass
(
'icon-cb-checked'
).
addClass
(
'icon-checkbox'
);
});
}
window
.
history
.
go
(
0
);
window
.
location
.
href
=
'/cart/index/index?cartType='
+
$
(
'#cartType'
).
val
(
);
}
function
bottomCheckBoxHandeler
(
isSelected
,
type
,
handlerAfterTouch
)
{
...
...
static/sass/product/_detail.scss
View file @
40d7ce9
...
...
@@ -9,6 +9,10 @@ $basicBtnC:#eb0313;
overflow
:
hidden
;
background-color
:
#f0f0f0
;
.yoho-tip
{
z-index
:
4
;
}
.page-block
{
background-color
:
#fff
;
box-sizing
:
border-box
;
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
40d7ce9
...
...
@@ -15,9 +15,7 @@
{
{#
navBtn
}
}
<!--
<span
class=
"nav-btn"
>
{
{.
}
}</span>
-->
<!--
<i
class=
"iconfont nav-home"
>
638
;</i>
-->
{
{/
navBtn
}
}
</header>
<div
class=
"homebuttom none"
>
<!--
<div
class=
"homebuttom none"
>
<ul>
<li>
<i
class=
"iconfont"
>
62
a;</i>
...
...
@@ -36,5 +34,8 @@
<span>我的</span>
</li>
</ul>
</div>
</div>
-->
{
{/
navBtn
}
}
</header>
{
{/pageHeader
}
}
...
...
Please
register
or
login
to post a comment