Authored by 沈志敏

wap 微信头部优化

... ... @@ -55,5 +55,6 @@
{{/if}}
<input id="cartType" type="hidden" value="{{cartType}}">
{{/ shoppingCart}}
{{> layout/footer_tab}}
</div>
{{> layout/footer}}
... ...
{{> layout/main_header}}
{{> layout/page_header}}
\ No newline at end of file
{{#unless isWechat}}
{{> layout/page_header}}
{{/unless}}
... ...
... ... @@ -53,6 +53,8 @@ class IndexController extends AbstractAction
{
$this->setTitle('购物车');
$this->setNavHeader('购物车', true, '');
// 显示底部TAB
$this->setNavFooterTab();
$shoppingKey = Helpers::getShoppingKeyByCookie();
$uid = $this->getUid(true);
... ...