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
沈志敏
8 years ago
Commit
f350ec2d9e01201cab80010519531bfa0f6dfdf5
1 parent
08eff36f
wap 微信头部优化
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
1 deletions
template/m.yohobuy.com/actions/cart/index/index.phtml
template/m.yohobuy.com/partials/layout/header.phtml
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
template/m.yohobuy.com/actions/cart/index/index.phtml
View file @
f350ec2
...
...
@@ -55,5 +55,6 @@
{
{/if
}
}
<input
id=
"cartType"
type=
"hidden"
value=
"{{cartType}}"
>
{
{/
shoppingCart
}
}
{
{>
layout/footer_tab
}
}
</div>
{
{>
layout/footer
}
}
...
...
template/m.yohobuy.com/partials/layout/header.phtml
View file @
f350ec2
{
{>
layout/main_header
}
}
{
{>
layout/page_header
}
}
\ No newline at end of file
{
{#unless
isWechat
}
}
{
{>
layout/page_header
}
}
{
{/unless
}
}
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
f350ec2
...
...
@@ -53,6 +53,8 @@ class IndexController extends AbstractAction
{
$this
->
setTitle
(
'购物车'
);
$this
->
setNavHeader
(
'购物车'
,
true
,
''
);
// 显示底部TAB
$this
->
setNavFooterTab
();
$shoppingKey
=
Helpers
::
getShoppingKeyByCookie
();
$uid
=
$this
->
getUid
(
true
);
...
...
Please
register
or
login
to post a comment