Authored by 王水玲

帮助中心头部入口添加

@@ -645,7 +645,7 @@ class WebAction extends Controller_Abstract @@ -645,7 +645,7 @@ class WebAction extends Controller_Abstract
645 'couponHref' => Helpers::url('/home/coupons?t=' . $radomNum), //我的优惠券链接 645 'couponHref' => Helpers::url('/home/coupons?t=' . $radomNum), //我的优惠券链接
646 'orderHref' => Helpers::url('/home/orders?t=' . $radomNum), //订单中心连接 646 'orderHref' => Helpers::url('/home/orders?t=' . $radomNum), //订单中心连接
647 'userCenter' => Helpers::url('/home?t=' . $radomNum), 647 'userCenter' => Helpers::url('/home?t=' . $radomNum),
648 - 'helpHref' => Helpers::url('/help'), 648 + 'helpHref' => Helpers::url('/help/index'),
649 'loginHref' => Helpers::url('/signin.html'), //登录链接,已登录不传 649 'loginHref' => Helpers::url('/signin.html'), //登录链接,已登录不传
650 'registerHref' => Helpers::url('/reg.html'), //注册链接,已登录不传 650 'registerHref' => Helpers::url('/reg.html'), //注册链接,已登录不传
651 ), 651 ),
@@ -52,6 +52,11 @@ @@ -52,6 +52,11 @@
52 <span class="icon-mail"></span> 52 <span class="icon-mail"></span>
53 <a href="//www.yohobuy.com/home/message?t=1453168898.0176">消息</a> 53 <a href="//www.yohobuy.com/home/message?t=1453168898.0176">消息</a>
54 </li> 54 </li>
  55 + <li class="tag-item help">
  56 + <span class="tag-seprate"></span>
  57 + <span class="iconfont">&#xe62b;</span>
  58 + <a href="//www.yohobuy.com/help/index">帮助中心</a>
  59 + </li>
55 <li class="tag-item phone"> 60 <li class="tag-item phone">
56 <span class="tag-seprate"></span> 61 <span class="tag-seprate"></span>
57 <span class="icon-iphone"></span> 62 <span class="icon-iphone"></span>
@@ -338,6 +338,21 @@ @@ -338,6 +338,21 @@
338 } 338 }
339 } 339 }
340 340
  341 + .help {
  342 + padding-right: 10px;
  343 +
  344 + .tag-seprate {
  345 + margin-right: 11px;
  346 + }
  347 +
  348 + .iconfont {
  349 + color: #8e8e8e;
  350 + font-size: 16px;
  351 + position: relative;
  352 + top: 1px;
  353 + }
  354 + }
  355 +
341 .qr { 356 .qr {
342 position: absolute; 357 position: absolute;
343 display: none; 358 display: none;