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
周少峰
8 years ago
Commit
5d6671425f91acd6b1ca414b85f5bcf655940e19
1 parent
f69d2ba9
return
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
5 additions
and
2 deletions
template/www.yohobuy.com/actions/home/returns/returns-detail.phtml
web-static/sass/home/_returns-detail.css
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
template/www.yohobuy.com/actions/home/returns/returns-detail.phtml
View file @
5d66714
...
...
@@ -28,7 +28,7 @@
{
{/if
}
}
<div
class=
"detail-container"
>
{
{#
express
}
}
<h
2
>
{
{
noticeTitle
}
}</h
2
>
<h
2
>
{
{
#if
expressDeadLine
}
}请您在<span>
{
{expressDeadLine
}
}</span>前将商品寄回并填写物流,逾期将自动取消申请
{
{^
}
}请填写寄回快递单号,以便我们查询
{
{/if
}
}</h
2
>
<div
class=
"courier-code{{#unless id}} in-edit{{/unless}}"
>
{
{#with
detail
}
}
<ul
style=
"display: none;"
>
...
...
web-static/sass/home/_returns-detail.css
View file @
5d66714
...
...
@@ -59,6 +59,9 @@
color
:
#333
;
font-weight
:
400
;
margin-bottom
:
10px
;
span
{
color
:
#e8044f
;
}
}
.courier-code
{
margin
:
60px
auto
;
...
...
yohobuy/www.yohobuy.com/application/models/Home/Returns.php
View file @
5d66714
...
...
@@ -155,7 +155,7 @@ class ReturnsModel
$detail
[
'express'
][
'id'
]
=
isset
(
$res
[
'notice'
][
'express_id'
])
?
$res
[
'notice'
][
'express_id'
]
:
''
;
$detail
[
'express'
][
'company'
]
=
isset
(
$res
[
'notice'
][
'express_company'
])
?
$res
[
'notice'
][
'express_company'
]
:
''
;
$detail
[
'express'
][
'number'
]
=
isset
(
$res
[
'notice'
][
'express_number'
])
?
$res
[
'notice'
][
'express_number'
]
:
''
;
$detail
[
'express'
][
'
noticeTitle'
]
=
isset
(
$res
[
'notice'
][
'title'
])
?
$res
[
'notice'
][
'titl
e'
]
:
''
;
$detail
[
'express'
][
'
expressDeadLine'
]
=
isset
(
$res
[
'notice'
][
'date'
])
?
$res
[
'notice'
][
'dat
e'
]
:
''
;
}
foreach
(
$res
[
'statusList'
]
as
$key
=>
$value
)
{
$detail
[
'statusList'
][
$key
][
'act'
]
=
(
$value
[
'act'
]
==
'Y'
)
?
true
:
false
;
...
...
Please
register
or
login
to post a comment