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-11-12 15:40:21 +0800
Commit
d273c2a73a5471dcdbf46e4e819e71ea51ec650f
2 parents
8af17c0b
4f23a18a
Merge remote-tracking branch 'origin/hotfix'
Hide whitespace changes
Inline
Side-by-side
Showing
10 changed files
with
21 additions
and
14 deletions
static/js/product/list.js
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
static/sass/_good.scss
static/sass/index/_index.scss
static/sass/layout/_footer.scss
static/sass/product/_list.scss
template/m.yohobuy.com/actions/product/newsale/new.phtml
template/m.yohobuy.com/actions/product/newsale/sale.phtml
template/m.yohobuy.com/partials/product/list.phtml
static/js/product/list.js
View file @
d273c2a
...
...
@@ -41,7 +41,8 @@ var defaultOpt = {
size
:
$
(
'#size'
).
val
(),
price
:
$
(
'#price'
).
val
(),
discount
:
$
(
'#discount'
).
val
(),
query
:
$
(
'#query'
).
val
()
query
:
$
(
'#query'
).
val
(),
style
:
$
(
'#style'
).
val
()
};
var
$listNav
=
$
(
'#list-nav'
),
...
...
static/js/product/newsale/discount.js
View file @
d273c2a
...
...
@@ -34,7 +34,8 @@ var defaultOpt = {
color
:
$
(
'#color'
).
val
(),
size
:
$
(
'#size'
).
val
(),
price
:
$
(
'#price'
).
val
(),
discount
:
$
(
'#discount'
).
val
()
discount
:
$
(
'#discount'
).
val
(),
style
:
$
(
'#style'
).
val
()
};
var
$listNav
=
$
(
'#list-nav'
),
...
...
static/js/product/newsale/newarrival.js
View file @
d273c2a
...
...
@@ -41,7 +41,8 @@ var defaultOpt = {
limit
:
$
(
'#limit'
).
val
(),
channel
:
$
(
'#channel'
).
val
(),
p_d
:
$
(
'#p_d'
).
val
(),
dayLimit
:
1
dayLimit
:
1
,
style
:
$
(
'#style'
).
val
()
};
var
storeOpt
=
$
.
extend
({},
defaultOpt
);
//存储默认筛选条件以便重置
...
...
static/sass/_good.scss
View file @
d273c2a
...
...
@@ -77,7 +77,7 @@
img
{
display
:
block
;
width
:
100%
;
max-
height
:
368rem
/
$pxConvertRem
;
height
:
368rem
/
$pxConvertRem
;
}
.few-tag
{
...
...
static/sass/index/_index.scss
View file @
d273c2a
...
...
@@ -13,7 +13,7 @@
float
:
left
;
width
:
216rem
/
$pxConvertRem
;
height
:
96rem
/
$pxConvertRem
;
background
:
url(../img/yohologo.png
)
left
center
no-repeat
;
background
:
image-url
(
"yohologo.png"
)
left
center
no-repeat
;
background-size
:
104px
25px
;
opacity
:
1
;
transition
:
all
400ms
;
...
...
static/sass/layout/_footer.scss
View file @
d273c2a
.yoho-footer
{
font-size
:
12px
;
background-color
:
#fff
;
margin-bottom
:
2
.5rem
;
.op-row
{
position
:
relative
;
...
...
static/sass/product/_list.scss
View file @
d273c2a
...
...
@@ -181,6 +181,7 @@
}
.list-nav
{
border-top
:
2px
solid
#fff
;
border-bottom
:
1px
solid
#e6e6e6
;
>
li
{
...
...
template/m.yohobuy.com/actions/product/newsale/new.phtml
View file @
d273c2a
...
...
@@ -85,11 +85,11 @@
{
{#if
limit
}
}
<input
id=
"limit"
type=
"hidden"
value=
{
{limit
}
}>
{
{/if
}
}
{
{#if
page
}
}
<input
id=
"page"
type=
"hidden"
value=
{
{page
}
}>
{
{/if
}
}
{
{#if
style
}
}
<input
id=
"style"
type=
"hidden"
value=
{
{style
}
}>
{
{/if
}
}
{
{>
product/suspend-cart
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/actions/product/newsale/sale.phtml
View file @
d273c2a
...
...
@@ -93,14 +93,14 @@
<input
id=
"limit"
type=
"hidden"
value=
{
{limit
}
}>
{
{/if
}
}
{
{#if
page
}
}
<input
id=
"page"
type=
"hidden"
value=
{
{page
}
}>
{
{/if
}
}
{
{#if
discount
}
}
<input
id=
"discount"
type=
"hidden"
value=
{
{discount
}
}>
{
{/if
}
}
{
{#if
style
}
}
<input
id=
"style"
type=
"hidden"
value=
{
{style
}
}>
{
{/if
}
}
{
{>
product/suspend-cart
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/product/list.phtml
View file @
d273c2a
...
...
@@ -130,5 +130,9 @@
<input
id=
"query"
type=
"hidden"
value=
{
{query
}
}>
{
{/if
}
}
{
{#if
style
}
}
<input
id=
"style"
type=
"hidden"
value=
{
{style
}
}>
{
{/if
}
}
{
{>
product/suspend-cart
}
}
{
{/
goodList
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment