Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
2
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Email Patches
Plain Diff
Browse Files
Authored by
uedxwg
9 years ago
Commit
5f1181e0226c781627cdee7c7a6d977949db4293
1 parent
26d36497
添加在线客服
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
6 additions
and
12 deletions
template/m.yohobuy.com/actions/index/home/online-service.phtml
template/m.yohobuy.com/partials/layout/page_header.phtml
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
template/m.yohobuy.com/actions/index/home/online-service.phtml
View file @
5f1181e
...
...
@@ -31,16 +31,6 @@
<span
class=
"iconfont icon-yoho-enter"
>
604
;</span>
</a>
</div>
<div
class=
"connect-item connect-tel"
>
<a
href=
"tel:400-889-9646"
title=
"电话客服"
>
<span
class=
"icon iconfont icon-tel"
>
63
e;</span>
电话客服
<p>
400-889-9646
09
:
00
-
22
:
30
(周一至周日)
</p>
</a>
</div>
</div>
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
5f1181e
...
...
@@ -21,6 +21,9 @@
{
{#
suggestSub
}
}
<span
class=
"nav-btn"
>提交</span>
{
{/
suggestSub
}
}
{
{#serviceUrl
}
}
<a
href=
"{{serviceUrl}}"
target=
"_blank"
class=
"iconfont nav-home"
>
63
c;</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}}"
>
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
5f1181e
...
...
@@ -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
(
'确认订单'
);
...
...
Please
register
or
login
to post a comment