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
Plain Diff
Browse Files
Authored by
hf
9 years ago
Commit
8a19128032477cf1ad6465de592d76cc54a46385
2 parents
9e971929
e005f55f
do home page view my order logistic
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
4 additions
and
4 deletions
template/m.yohobuy.com/actions/index/home/logistic.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
template/m.yohobuy.com/actions/index/home/logistic.phtml
View file @
8a19128
...
...
@@ -2,13 +2,13 @@
<div
class=
"logistic-page yoho-page"
>
<div
class=
"overview"
>
<div
class=
"left"
>
<
div
class=
"icon"
style='background-image:url(
"{{logisticImg}}"
)'>
</div
>
<
a
href=
"{{logisticUrl}}"
><div
class=
"icon"
style='background-image:url(
"{{logisticImg}}"
)'></div></a
>
</div>
<div
class=
"right"
>
<div>
<span
class='info'>物流公司:</span>
<span>
{
{logisticCompany
}
}</span>
<span
>
{
{logisticCompany
}
}</span>
</div>
<div>
<span
class='info'>快递单号:</span>
...
...
@@ -28,7 +28,7 @@
<span
class=
"timeline-node"
></span>
<div
class=
"timeline-info"
>
<div
class=
"timeline-info-row"
>
{
{
status
}
}
{
{status
}
}
</div>
<div
class=
"timeline-info-row"
>
{
{date
}
}
...
...
yohobuy/m.yohobuy.com/application/controllers/Home.php
View file @
8a19128
...
...
@@ -670,7 +670,7 @@ class HomeController extends AbstractAction
$uid
=
$this
->
getUid
(
true
);
$gender
=
Helpers
::
getGenderByCookie
();
$channel
=
Helpers
::
getChannelByCookie
();
$data
=
OrderModel
::
getOrder
(
$type
,
$page
,
10
,
$gender
,
$channel
,
5772257
);
$data
=
OrderModel
::
getOrder
(
$type
,
$page
,
10
,
$gender
,
$channel
,
$this
->
_uid
);
/* 如果取不到订单数据时,分两种情况:
1、page>1时,echo一个空格字符串到浏览器。
2、page=1时,就给一个随便逛逛的链接。
...
...
Please
register
or
login
to post a comment