Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
YOHO-ACTIVITY-PHP
·
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
Email Patches
Plain Diff
Browse Files
Authored by
xuqi
2015-11-13 18:04:01 +0800
Commit
2dc5b1cff310c30a457d8d3d70017c5f86e25d3b
1 parent
e26bc95b
order detail
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
78 additions
and
0 deletions
template/m.yohobuy.com/actions/index/home/order-detail.phtml
template/m.yohobuy.com/actions/index/home/order-detail.phtml
0 → 100644
View file @
2dc5b1c
{
{>
layout/header
}
}
<div
class=
"order-detail-page yoho-page"
>
{
{#
orderDetail
}
}
<section
class=
"owner-info block"
>
<span
class=
"iconfont"
></span>
<div>
<p>
{
{name
}
}
<span>
{
{phoneNum
}
}</span>
<span>
{
{address
}
}</span>
</p>
</div>
</section>
<section
class=
"order-status block"
>
<div
class=
"status sub"
>
<span
class=
"iconfont"
></span>
<p>
<span>
{
{orderStatus
}
}</span>
<span>订单编号:
{
{orderNum
}
}</span>
<span>下单时间:
{
{orderTime
}
}</span>
</p>
</div>
{
{#unless
orderCancel
}
}
<a
class=
"logistics sub"
href=
"{{"
>
<span
class=
"iconfont"
></span>
<p>
<span>物流信息</span>
<span>物流公司:
{
{logisticsCompany
}
}</span>
<span>快递单号:
{
{logisticsNum
}
}</span>
</p>
<span
class=
"iconfont"
>>
614
;</span>
</a>
</section>
<section
class=
"goods block"
>
{
{#
goods
}
}
{
{>
me/order/good
}
}
{
{/
goods
}
}
</section>
<ul
class=
"cost block"
>
<li>
商品总金额
<span>¥
{
{sumPrice
}
}</span>
</li>
<li>
活动金额
<span>-¥
{
{salePrice
}
}</span>
</li>
<li>
运费
<span>+¥
{
{freight
}
}</span>
</li>
<li>
优惠券
<span>-¥
{
{coupon
}
}</span>
</li>
<li>
YOHO币
<span>-¥
{
{yohoCoin
}
}</span>
</li>
<li>
实付金额
<span>¥
{
{price
}
}</span>
</li>
</ul>
<div
class=
"opt"
>
<span
class=
"btn btn-del"
>删除订单</span>
{
{#if
completed
}
}
<span
class=
"btn btn-service"
>申请售后</span>
{
{/if
}
}
</div>
{
{/
orderDetail
}
}
</div>
{
{>
layout/footer
}
}
\ No newline at end of file
...
...
Please
register
or
login
to post a comment