Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
Commits
Go to a project
GitLab
Go to group
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
郭成尧
2017-12-12 17:39:56 +0800
Commit
55a1c468dfc0ca09d82c8f04930993dc44b9fe6c
2 parents
f7936dbe
73ecae97
Merge branch 'release/6.3' of git.yoho.cn:fe/yohobuywap-node into release/6.3
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
28 additions
and
25 deletions
public/scss/guang/guang-new.page.css
utils/list-params-process.js
utils/search-process.js
public/scss/guang/guang-new.page.css
View file @
55a1c46
...
...
@@ -43,7 +43,6 @@
text-align
:
center
;
color
:
#444
;
height
:
60px
;
line-height
:
60px
;
}
.type
{
...
...
@@ -467,11 +466,11 @@
margin
:
0
auto
;
.name
{
height
:
120px
;
height
:
auto
;
}
.info
{
height
:
210px
;
height
:
auto
;
}
}
...
...
utils/list-params-process.js
View file @
55a1c46
...
...
@@ -6,36 +6,37 @@ const config = global.yoho.config;
*/
const
PARAMMAP
=
{
ag
:
'age_level'
,
cn
:
'channel'
,
gd
:
'gender'
,
sn
:
'sort_name'
,
bd
:
'brand'
,
cc
:
'coupon_code'
,
cd
:
'coupon_id'
,
ci
:
'category_id'
,
so
:
'sort'
,
ms
:
'msort'
,
mi
:
'misort'
,
tp
:
'type'
,
sz
:
'size'
,
cl
:
'color'
,
pc
:
'price'
,
bd
:
'brand'
,
qr
:
'query'
,
lt
:
'limit'
,
cn
:
'channel'
,
fp
:
'filter_poolId'
,
gd
:
'gender'
,
ld
:
'limited'
,
od
:
'order'
,
lt
:
'limit'
,
mi
:
'misort'
,
ms
:
'msort'
,
nw
:
'new'
,
od
:
'order'
,
ol
:
'outlets'
,
pc
:
'price'
,
pd
:
'p_d'
,
pg
:
'page'
,
st
:
'style'
,
pm
:
'promotion'
,
pp
:
'productPool'
,
qr
:
'query'
,
sd
:
'standard'
,
s
i
:
'specialsale_id
'
,
s
e
:
'shelveTime
'
,
sf
:
'specialoffer'
,
fp
:
'filter_poolId'
,
pp
:
'productPool'
,
pm
:
'promotion'
,
sh
:
'shop_id'
,
cc
:
'coupon_code'
,
cd
:
'coupon_id'
,
pd
:
'p_d'
,
ol
:
'outlets'
si
:
'specialsale_id'
,
sn
:
'sort_name'
,
so
:
'sort'
,
st
:
'style'
,
sz
:
'size'
,
tp
:
'type'
};
/**
...
...
utils/search-process.js
View file @
55a1c46
...
...
@@ -209,6 +209,9 @@ const getSearchParamsWithoutMethod = (params) => {
finalParams
.
order
=
's_t_asc'
;
}
}
if
(
params
.
shelveTime
)
{
finalParams
.
shelveTime
=
params
.
shelveTime
;
}
return
finalParams
;
};
...
...
Please
register
or
login
to post a comment