Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
0
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
yangyang
9 years ago
Commit
e67d582b4c0b7fc25a0c05d74ad86b78e5f89523
2 parents
0c88d12f
f2e8f693
Merge branch 'feature/new_customer' of
http://git.dev.yoho.cn/web/yohobuy
into feature/new_customer
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
8 additions
and
12 deletions
static/sass/cart/_pay-success.scss
template/m.yohobuy.com/partials/layout/page_header.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
static/sass/cart/_pay-success.scss
View file @
e67d582
...
...
@@ -3,7 +3,7 @@
width
:
100%
;
height
:
320rem
/
$pxConvertRem
;
overflow
:
hidden
;
padding-top
:
4
0rem
/
$pxConvertRem
;
padding-top
:
8
0rem
/
$pxConvertRem
;
text-align
:
center
;
span
{
font-size
:
220rem
/
$pxConvertRem
;
...
...
@@ -28,12 +28,12 @@
font-size
:
20rem
/
$pxConvertRem
;
margin
:
0
auto
;
color
:
#b0b0b0
;
padding-top
:
8
rem
/
$pxConvertRem
;
padding-top
:
16
rem
/
$pxConvertRem
;
text-align
:
center
;
}
.btn-list
{
text-align
:
center
;
padding-top
:
16
rem
/
$pxConvertRem
;
padding-top
:
48
rem
/
$pxConvertRem
;
a
{
display
:
inline-block
;
width
:
35%
;
...
...
template/m.yohobuy.com/partials/layout/page_header.phtml
View file @
e67d582
...
...
@@ -12,18 +12,15 @@
{
{#currencyDetailPage
}
}
<a
href=
"/home/helpDetail?code=20111130-152530&caption=如何使用YOHO币支付"
class=
"iconfont nav-home"
>
639
;</a>
{
{/currencyDetailPage
}
}
{
{#navPhone
}
}
<a
href=
"{{.}}"
class=
"iconfont nav-home"
>
641
;</a>
{
{/navPhone
}
}
{
{#serviceUrl
}
}
<a
href=
"{{serviceUrl}}"
target=
"_blank"
class=
"iconfont nav-home"
>
63
c;</a>
{
{/serviceUrl
}
}
{
{#navTitle
}
}
<p
class=
"nav-title"
>
{
{.
}
}</p>
{
{/navTitle
}
}
{
{#
suggestSub
}
}
<span
class=
"nav-btn"
>提交</span>
{
{/
suggestSub
}
}
{
{#orderEnsure
}
}
<a
href=
"{{serviceUrl}}"
target=
"_blank"
class=
"iconfont nav-home"
>
63
c;</a>
{
{/orderEnsure
}
}
</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/controllers/Home.php
View file @
e67d582
...
...
@@ -942,7 +942,7 @@ class HomeController extends AbstractAction
$this
->
_view
->
display
(
'order-detail'
,
array
(
'orderDetailPage'
=>
true
,
'
navPhone'
=>
'tel:400-889-9646
'
,
'
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
,
...
...
yohobuy/m.yohobuy.com/application/modules/Cart/controllers/Index.php
View file @
e67d582
...
...
@@ -327,8 +327,7 @@ class IndexController extends AbstractAction
$data
=
array
(
'orderEnsurePage'
=>
true
,
'isOrdinaryCart'
=>
(
$cartType
!==
'advance'
),
'orderEnsure'
=>
$order
,
'serviceUrl'
=>
'http://chat8.live800.com/live800/chatClient/chatbox.jsp?companyID=620092&configID=149091&jid=8732423409&info='
'orderEnsure'
=>
$order
);
$this
->
setTitle
(
'确认订单'
);
...
...
Please
register
or
login
to post a comment