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
Plain Diff
Browse Files
Authored by
yyq
9 years ago
Commit
b8c398b36f1bdd9c5d6a23feb40444ec36cb7ab2
2 parents
c0c00148
26eacab1
Merge branch 'feature/shopImg' into release/newProduct
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
10 additions
and
30 deletions
template/www.yohobuy.com/actions/product/index/shop-index.phtml
template/www.yohobuy.com/actions/product/index/shop-list.phtml
template/www.yohobuy.com/actions/product/index/shop-index.phtml
View file @
b8c398b
...
...
@@ -6,15 +6,7 @@
{
{>
product/shop-header
}
}
<div
class=
"list-left pull-left"
>
<div
class=
"shop-search"
>
<form
action=
"/shoplist"
method=
"get"
id=
"shop-search-form"
>
<span>
<input
type=
"hidden"
name=
"shopId"
value=
"{{shopId}}"
>
<input
id=
"shop-query-key"
type=
"text"
name=
"query"
class=
"shop-query-key"
autocomplete=
"off"
x-webkit-speech=
""
lang=
"zh-CN"
placeholder=
"关键词搜索"
{
{#
shopQueryKey
}
}value=
"{{.}}"
{
{/
shopQueryKey
}
}>
</span>
<span
class=
"iconfont shop-query-submit"
>
611
;</span>
</form>
</div>
{
{>
product/shop-search
}
}
{
{>
product/left-content
}
}
...
...
@@ -59,19 +51,9 @@
{
{>
product/shop-single-list
}
}
</div>
{
{/hotSingle
}
}
{
{#allGoods
}
}
<div
class=
"all-goods clearfix"
>
{
{>
index/floor-header
}
}
<div
class=
"goods-wrap"
>
{
{>
product/goods-list
}
}
</div>
{
{>
product/goods-all-goods
}
}
<div
class=
"loading"
>
<a
href=
"{{href}}"
target=
"_blank"
>查看更多</a>
</div>
</div>
{
{/allGoods
}
}
{
{#trendInfo
}
}
<div
class=
"trend-info clearfix"
>
{
{>
index/floor-header
}
}
...
...
template/www.yohobuy.com/actions/product/index/shop-list.phtml
View file @
b8c398b
...
...
@@ -6,15 +6,8 @@
{
{>
product/shop-header
}
}
<div
class=
"list-left pull-left"
>
<div
class=
"shop-search"
>
<form
action=
"/shoplist"
method=
"get"
id=
"shop-search-form"
>
<span>
<input
type=
"hidden"
name=
"shopId"
value=
"{{shopId}}"
>
<input
id=
"shop-query-key"
type=
"text"
name=
"query"
class=
"shop-query-key"
autocomplete=
"off"
x-webkit-speech=
""
lang=
"zh-CN"
placeholder=
"关键词搜索"
{
{#
shopQueryKey
}
}value=
"{{.}}"
{
{/
shopQueryKey
}
}>
</span>
<span
class=
"iconfont shop-query-submit"
>
611
;</span>
</form>
</div>
{
{>
product/shop-search
}
}
{
{>
product/left-content
}
}
{
{>
product/shop-sidebar
}
}
...
...
@@ -22,7 +15,12 @@
<div
class=
"list-right pull-right"
>
{
{>
product/shop-entry
}
}
{
{>
product/standard-content
}
}
{
{#if
searchEmpty
}
}
{
{>
product/shop-search-empty
}
}
{
{>
product/goods-all-goods
}
}
{
{^
}
}
{
{>
product/standard-content
}
}
{
{/if
}
}
{
{>
product/latest-walk
}
}
</div>
...
...
Please
register
or
login
to post a comment