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
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
f119a456c3f3bd222e4fc3514f0a6e8e98f37971
1 parent
c8cf3354
update to hide cart page nav when user does not login. code review by LZF
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
16 additions
and
14 deletions
template/m.yohobuy.com/actions/cart/index/index.phtml
template/m.yohobuy.com/actions/cart/index/index.phtml
View file @
f119a45
...
...
@@ -12,20 +12,7 @@
{
{^
}
}
<div
id=
"mainCart"
class=
"shopping-cart-page yoho-page"
>
{
{#if
cartNav
}
}
<ul
class=
"cart-nav clearfix"
>
<li
class=
"active"
>
<span>
普通商品(
{
{commonGoodsCount
}
})
</span>
</li>
<li>
<span>
预售商品(
{
{presellGoodsCount
}
})
</span>
</li>
</ul>
{
{/if
}
}
{
{#if
showLoginInfo
}
}
<p
class=
"login-info"
>
...
...
@@ -34,6 +21,21 @@
<a
class=
"btn btn-login"
href=
"{{signurl}}"
>登录</a>
可以同步电脑和手机中的商品
</p>
{
{^
}
}
{
{#if
cartNav
}
}
<ul
class=
"cart-nav clearfix"
>
<li
class=
"active"
>
<span>
普通商品(
{
{commonGoodsCount
}
})
</span>
</li>
<li>
<span>
预售商品(
{
{presellGoodsCount
}
})
</span>
</li>
</ul>
{
{/if
}
}
{
{/if
}
}
{
{#
commonCart
}
}
...
...
Please
register
or
login
to post a comment