Authored by uedxwg

添加在线客服

... ... @@ -31,16 +31,6 @@
<span class="iconfont icon-yoho-enter">&#xe604;</span>
</a>
</div>
<div class="connect-item connect-tel">
<a href="tel:400-889-9646" title="电话客服">
<span class="icon iconfont icon-tel">&#xe63e;</span>
电话客服
<p>
400-889-9646 &nbsp;&nbsp; 09:00 - 22:30 &nbsp; (周一至周日)
</p>
</a>
</div>
</div>
</div>
{{> layout/footer}}
\ No newline at end of file
... ...
... ... @@ -21,6 +21,9 @@
{{# suggestSub}}
<span class="nav-btn">提交</span>
{{/ suggestSub}}
{{#serviceUrl}}
<a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home">&#xe63c;</a>
{{/serviceUrl}}
</header>
{{#navBtn}}
<div class="homebuttom hide {{#if ../boys}} boys{{/if}}{{#if ../girls}} girls{{/if}}{{#if ../kids}} kids{{/if}}{{#if ../lifeStyle}} life-style{{/if}}">
... ...
... ... @@ -318,7 +318,7 @@ class IndexController extends AbstractAction
$this->echoJson($order);
return;
}
// 限购商品时更换返回按钮地址
if (isset($order['isLimit'])) {
$returnUrl = Helpers::url('/product/show_' . $skn . '.html');
... ... @@ -327,7 +327,8 @@ class IndexController extends AbstractAction
$data = array(
'orderEnsurePage' => true,
'isOrdinaryCart' => ($cartType !== 'advance'),
'orderEnsure' => $order
'orderEnsure' => $order,
'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
);
$this->setTitle('确认订单');
... ...