Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
rqq
9 years ago
Commit
9ff753d3a92e13406c72976b92deb96197bb84de
1 parent
44eaae60
埋点页面更改
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
11 additions
and
11 deletions
template/m.yohobuy.com/actions/product/index/shop.phtml
template/m.yohobuy.com/actions/product/index/shop.phtml
View file @
9ff753d
...
...
@@ -20,7 +20,7 @@
<input
type=
"hidden"
name=
"brand"
value=
"{{brand}}"
>
<input
type=
"hidden"
name=
"favId"
value=
"{{favId}}"
>
<i
class=
"clear-input iconfont hide"
>
626
;</i>
<button
id=
"search"
class=
"search buriedpoint"
type=
"submit"
>搜索</button>
<button
id=
"search"
class=
"search buriedpoint"
type=
"submit"
data-bp-id=
"shop_search_btn_0"
>搜索</button>
</form>
</div>
</div>
...
...
@@ -76,7 +76,7 @@
<ul
class=
"spring"
>
{
{#each
spring
}
}
<li
class=
"buriedpoint"
>
<li
class=
"buriedpoint"
data-bp-id=
"shop_spring_{{img}}_0"
>
<a
href=
"{{url}}"
>
<img
src=
"{{springType}}"
>
</a>
...
...
@@ -96,7 +96,7 @@
<ul
class=
"product-list"
>
{
{#each
hotList
}
}
<li
class=
"buriedpoint"
>
<li
class=
"buriedpoint"
data-bp-id=
"shop_hotList_{{url}}"
>
<a
href=
"{{url}}"
>
<img
src=
"{{img}}"
>
</a>
...
...
@@ -122,22 +122,22 @@
{
{>
product/shop-footer
}
}
{
{/unless
}
}
<ul
id=
"pos-nav"
class=
"nav hide"
>
<li
class=
"active color buriedpoint"
tab=
"home-page"
>首页</li>
<li
tab=
"new-arrival"
class=
"buriedpoint"
>上新</li>
<li
tab=
"popularity"
class=
"buriedpoint"
>人气</li>
<li
class=
"all-goods buriedpoint"
>
<li
class=
"active color buriedpoint"
tab=
"home-page"
data-bp-id=
"shop_posnav_index_1"
>首页</li>
<li
tab=
"new-arrival"
class=
"buriedpoint"
data-bp-id=
"shop_posnav_new_1"
>上新</li>
<li
tab=
"popularity"
class=
"buriedpoint"
data-bp-id=
"shop_posnav_populary_1"
>人气</li>
<li
class=
"all-goods buriedpoint"
data-bp-id=
"shop_posnav_all_1"
>
<a
href=
"{{allGoods}}"
>全部商品</a>
</li>
</ul>
<ul
id=
"pos-list"
class=
"home-sub-nav pos-list nav hide"
>
<li
class=
"new active buriedpoint"
>
<li
class=
"new active buriedpoint"
data-bp-id=
"shop_poslist_new_1"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"spanTest"
>最新</span>
<span
class=
"iconfont cur"
>
616
;</span>
</a>
</li>
<li
class=
"price buriedpoint"
>
<li
class=
"price buriedpoint"
data-bp-id=
"shop_poslist_price_1"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"spanTest"
>价格</span>
<span
class=
"icon"
>
...
...
@@ -146,7 +146,7 @@
</span>
</a>
</li>
<li
class=
"discount buriedpoint"
>
<li
class=
"discount buriedpoint"
data-bp-id=
"shop_poslist_discount_1"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"spanTest"
>折扣</span>
<span
class=
"icon"
>
...
...
@@ -155,7 +155,7 @@
</span>
</a>
</li>
<li
class=
"filter buriedpoint"
>
<li
class=
"filter buriedpoint"
data-bp-id=
"shop_poslist_filter_1"
>
<a
href=
"javascript:void(0);"
>
<span
class=
"spanTest"
>筛选</span>
<span
class=
"iconfont cur"
>
613
;</span>
...
...
Please
register
or
login
to post a comment