...
|
...
|
@@ -464,7 +464,7 @@ class HomeController extends AbstractAction |
|
|
$service = Home\OnlineModel::getOnlineServiceInfo();
|
|
|
//$serviceUrl = '//chat80.live800.com/live800/chatClient/chatbox.jsp?companyID=493979&configID=123576&jid=9277320930';
|
|
|
// 在线客服
|
|
|
$serviceUrl = '//chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=';
|
|
|
$serviceUrl = 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=';
|
|
|
if ($uid) {
|
|
|
$time = time() . '000';
|
|
|
$info = 'userId=' . $uid . '&name=' . $this->_uname . '&memo=&hashCode=' . md5( strtoupper( rawurlencode($uid . $this->_uname . $time . '1231') ) ) . '×tamp=' . $time;
|
...
|
...
|
@@ -942,7 +942,7 @@ class HomeController extends AbstractAction |
|
|
|
|
|
$this->_view->display('order-detail', array(
|
|
|
'orderDetailPage' => true,
|
|
|
'serviceUrl' => '//chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=',
|
|
|
'serviceUrl' => 'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info=',
|
|
|
'orderDetail' => $orderDetail,
|
|
|
'orderCode' => $orderCode,
|
|
|
'orderTotal' => isset($orderDetail['goodsAmount']) ? $orderDetail['goodsAmount'] : 0,
|
...
|
...
|
|