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
毕凯
9 years ago
Commit
420da11ca356b66a9e7f27a513e746e0f9b28a22
1 parent
9f89b6d8
订单详情页面 代发货不显示查看物流
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
template/m.yohobuy.com/actions/index/home/order-detail.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
420da11
...
...
@@ -29,7 +29,7 @@
<a
class=
"logistics sub"
href=
"{{logisticsUrl}}"
>
<span
class=
"iconfont"
>
630
;</span>
<p
class=
"beside-icon sub-content"
>
<span
class=
"sub-title"
>物流信息</span>
<span
class=
"sub-title"
>物流信息</span>
<span>物流公司:
{
{logisticsCompany
}
}</span>
<span>快递单号:
{
{logisticsNum
}
}</span>
</p>
...
...
@@ -88,7 +88,7 @@
{
{/if
}
}
{
{/if
}
}
{
{#if
unreceived
}
}
{
{#if
logisticsUrl
}
}
<a
href=
"{{logisticsUrl}}"
>
<span
class=
"btn btn-check-logistics"
>查看物流</span>
</a>
...
...
@@ -97,4 +97,4 @@
</div>
{
{/
orderDetail
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
{
{>
layout/footer
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
420da11
...
...
@@ -846,7 +846,7 @@ class HomeController extends AbstractAction
if
(
empty
(
$orderDetail
))
{
$this
->
error
();
}
$this
->
setTitle
(
'订单详情'
);
$this
->
setNavHeader
(
'订单详情'
);
...
...
Please
register
or
login
to post a comment