Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHOBUYWAP
·
Commits
Go to a project
GitLab
Go to group
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
毕凯
9 years ago
Commit
9f0f41378254a86476d888d99d8c8dbf1f416240
2 parents
fca40144
420da11c
订单详情页面 底部和查看物流问题修改
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
11 additions
and
10 deletions
static/sass/me/_order-detail.scss
template/m.yohobuy.com/actions/index/home/order-detail.phtml
yohobuy/m.yohobuy.com/application/controllers/Home.php
static/sass/me/_order-detail.scss
View file @
9f0f413
...
...
@@ -88,7 +88,7 @@
}
.cost
{
margin-bottom
:
100rem
/
$pxConvertRem
;
/*排除被固定底部遮挡的影响*/
//
margin-bottom: 100rem / $pxConvertRem; /*排除被固定底部遮挡的影响*/
li
{
font-size
:
28rem
/
$pxConvertRem
;
...
...
@@ -104,10 +104,11 @@
}
.opt
{
position
:
fixed
;
bottom
:
0
;
left
:
0
;
right
:
0
;
// 测试反馈 底部不需要固定
// position: fixed;
// bottom: 0;
// left: 0;
// right: 0;
text-align
:
right
;
border-top
:
1px
solid
#e0e0e0
;
}
...
...
@@ -130,4 +131,4 @@
background
:
#d0021b
;
margin-left
:
10rem
/
$pxConvertRem
;
}
}
\ No newline at end of file
}
...
...
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
9f0f413
...
...
@@ -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 @
9f0f413
...
...
@@ -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