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
梁志锋
2015-11-01 18:27:44 +0800
Commit
50ae15e06f14a75cdbb9dac759e8944f1dda1e5f
2 parents
4746d3d1
390aac38
Merge branch 'develop' of git.dev.yoho.cn:web/yohobuy into develop
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
12 additions
and
12 deletions
static/js/product/newsale/discount.js
static/js/product/newsale/newarrival.js
template/m.yohobuy.com/partials/layout/footer_tab.phtml
static/js/product/newsale/discount.js
View file @
50ae15e
...
...
@@ -61,7 +61,7 @@ var $listNav = $('#list-nav'),
navHammer
,
searching
;
require
(
'./suspend-cart'
);
//悬浮购物车
require
(
'.
.
/suspend-cart'
);
//悬浮购物车
if
(
$
(
'.swiper-container .swiper-slide'
).
length
>
1
)
{
swiper
=
new
Swiper
(
'.swiper-container'
,
{
...
...
static/js/product/newsale/newarrival.js
View file @
50ae15e
...
...
@@ -71,7 +71,7 @@ var $listNav = $('#list-nav'),
navHammer
,
searching
;
require
(
'./suspend-cart'
);
//悬浮购物车
require
(
'.
.
/suspend-cart'
);
//悬浮购物车
$
(
'#today a'
).
text
(
month
+
'月'
+
date
+
'号'
);
...
...
template/m.yohobuy.com/partials/layout/footer_tab.phtml
View file @
50ae15e
{
{#
showFooterTab
}
}
<div
class=
"footer-tab"
>
<
div
class=
"tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if
}}"
>
<
a
class=
"tab-item {{#if grilsHomePage}}current{{/if}}{{#if boysHomePage}}current{{/if}}{{#if kidsHomePage}}current{{/if}}{{#if lifestyleHomePage}}current{{/if}}"
href=
"{{indexUrl
}}"
>
<p
class=
"iconfont tab-icon"
>
62
a;</p>
<p
class=
"tab-name"
>首页</p>
</div>
<div
class=
"tab-item {{#if categoryPage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if categoryPage}}current{{/if}}"
href=
"{{categoryUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
d;</p>
<p
class=
"tab-name"
>分类</p>
</div>
<div
class=
"tab-item {{#if guangHome}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if guangHome}}current{{/if}}"
href=
"{{guangUrl}}"
>
<p
class=
"iconfont tab-icon"
>
627
;</p>
<p
class=
"tab-name"
>逛</p>
</div>
<div
class=
"tab-item {{#if shoppingCartPage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if shoppingCartPage}}current{{/if}}"
href=
"{{shoppingCartUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
c;</p>
<p
class=
"tab-name"
>购物车</p>
</div>
<div
class=
"tab-item {{#if minePage}}current{{/if}}"
>
</a>
<a
class=
"tab-item {{#if minePage}}current{{/if}}"
href=
"{{mineUrl}}"
>
<p
class=
"iconfont tab-icon"
>
62
b;</p>
<p
class=
"tab-name"
>我的</p>
</
div
>
</
a
>
</div>
{
{/
showFooterTab
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment