Authored by uedxwg

添加在线客服

@@ -31,16 +31,6 @@ @@ -31,16 +31,6 @@
31 <span class="iconfont icon-yoho-enter">&#xe604;</span> 31 <span class="iconfont icon-yoho-enter">&#xe604;</span>
32 </a> 32 </a>
33 </div> 33 </div>
34 - <div class="connect-item connect-tel">  
35 - <a href="tel:400-889-9646" title="电话客服">  
36 - <span class="icon iconfont icon-tel">&#xe63e;</span>  
37 - 电话客服  
38 - <p>  
39 - 400-889-9646 &nbsp;&nbsp; 09:00 - 22:30 &nbsp; (周一至周日)  
40 - </p>  
41 - </a>  
42 -  
43 - </div>  
44 </div> 34 </div>
45 </div> 35 </div>
46 {{> layout/footer}} 36 {{> layout/footer}}
@@ -21,6 +21,9 @@ @@ -21,6 +21,9 @@
21 {{# suggestSub}} 21 {{# suggestSub}}
22 <span class="nav-btn">提交</span> 22 <span class="nav-btn">提交</span>
23 {{/ suggestSub}} 23 {{/ suggestSub}}
  24 + {{#serviceUrl}}
  25 + <a href="{{serviceUrl}}" target="_blank" class="iconfont nav-home">&#xe63c;</a>
  26 + {{/serviceUrl}}
24 </header> 27 </header>
25 {{#navBtn}} 28 {{#navBtn}}
26 <div class="homebuttom hide {{#if ../boys}} boys{{/if}}{{#if ../girls}} girls{{/if}}{{#if ../kids}} kids{{/if}}{{#if ../lifeStyle}} life-style{{/if}}"> 29 <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 @@ -318,7 +318,7 @@ class IndexController extends AbstractAction
318 $this->echoJson($order); 318 $this->echoJson($order);
319 return; 319 return;
320 } 320 }
321 - 321 +
322 // 限购商品时更换返回按钮地址 322 // 限购商品时更换返回按钮地址
323 if (isset($order['isLimit'])) { 323 if (isset($order['isLimit'])) {
324 $returnUrl = Helpers::url('/product/show_' . $skn . '.html'); 324 $returnUrl = Helpers::url('/product/show_' . $skn . '.html');
@@ -327,7 +327,8 @@ class IndexController extends AbstractAction @@ -327,7 +327,8 @@ class IndexController extends AbstractAction
327 $data = array( 327 $data = array(
328 'orderEnsurePage' => true, 328 'orderEnsurePage' => true,
329 'isOrdinaryCart' => ($cartType !== 'advance'), 329 'isOrdinaryCart' => ($cartType !== 'advance'),
330 - 'orderEnsure' => $order 330 + 'orderEnsure' => $order,
  331 + 'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
331 ); 332 );
332 333
333 $this->setTitle('确认订单'); 334 $this->setTitle('确认订单');