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-03-15 18:06:59 +0800
Commit
bdcea554198e47a345b9d75b1076c06772983cfa
2 parents
723df973
2b58e64c
Merge branch 'release/5.5' of git.yoho.cn:fe/yohobuywap-node into release/5.5
Hide whitespace changes
Inline
Side-by-side
Showing
5 changed files
with
12 additions
and
8 deletions
apps/product/views/action/newshop/brand.hbs
apps/product/views/partial/search/list.hbs
public/js/activity/feature.page.js
public/js/product/search/list.js
public/scss/product/search/_list.css
apps/product/views/action/newshop/brand.hbs
View file @
bdcea55
...
...
@@ -75,7 +75,9 @@
{{!--搜索列表显示过少,显示猜您喜欢--}}
{{#if
@root
.
suggestion
.
isMaybeLike
}}
<div
class=
"maybe-like-search"
>
您可能喜欢的
</div>
<div
id=
"goods-list"
class=
"maybe-like-goods"
></div>
<div
class=
'maybe-like'
>
<div
id=
"goods-list"
class=
"goods-list clearfix"
></div>
</div>
{{/if}}
{{>
common
/
query-param
}}
...
...
apps/product/views/partial/search/list.hbs
View file @
bdcea55
...
...
@@ -123,7 +123,9 @@
{{!--搜索列表显示过少,显示猜您喜欢--}}
{{#if
@root
.
suggestion
.
isMaybeLike
}}
<div
class=
"maybe-like-search"
>
您可能喜欢的
</div>
<div
id=
"goods-list"
class=
"maybe-like-goods"
></div>
<div
class=
'maybe-like maybe-like-word'
>
<div
id=
"goods-list"
class=
"goods-list clearfix"
></div>
</div>
{{/if}}
{{>
common
/
query-param
}}
...
...
public/js/activity/feature.page.js
View file @
bdcea55
...
...
@@ -35,7 +35,7 @@ function topNavInit() {
if
(
topnav
.
length
)
{
var
doc
=
$
(
document
);
var
cloneNav
=
topnav
.
clone
().
addClass
(
'fixnav'
).
prependTo
(
$
(
'.feature-page'
));
var
cloneNav
=
topnav
.
clone
().
removeAttr
(
'id'
).
addClass
(
'fixnav'
).
prependTo
(
$
(
'.feature-page'
));
$
(
window
).
scroll
(
function
()
{
var
top
=
doc
.
scrollTop
();
...
...
public/js/product/search/list.js
View file @
bdcea55
...
...
@@ -271,7 +271,8 @@ if ($fsgc.children().length > 0) {
}
else
{
firstop
=
'YB_KEYWORD_GOODS_LIST_L'
;
firstyasparm
=
Object
.
assign
(
firstyasparm
,
{
KEYWORD
:
query
||
''
KEYWORD
:
query
||
''
,
IS_REC
:
isRecYas
});
}
...
...
public/scss/product/search/_list.css
View file @
bdcea55
...
...
@@ -393,9 +393,8 @@
font-size
:
16px
;
}
.maybe-like-goods
{
min-height
:
500px
;
overflow
:
hidden
;
padding-left
:
0.375rem
;
.maybe-like-word
{
margin-top
:
none
;
border-top
:
none
;
}
}
...
...
Please
register
or
login
to post a comment