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
d162889a54684f0f3268376d51e8b927700f3dc1
1 parent
e0f07104
editOrder
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
5 additions
and
4 deletions
template/www.yohobuy.com/actions/home/orders/order-detail.phtml
template/www.yohobuy.com/actions/home/orders/order-detail.phtml
View file @
d162889
...
...
@@ -18,11 +18,12 @@
{
{#if
operation.goPay
}
}
<a
class=
"go-pay oo-btn"
href=
"{{operation.goPay}}"
>立即付款</a>
{
{/if
}
}
{
{#
if
virtualGoods
}
}
{
{#
unless
virtualGoods
}
}
<!--虚拟商品-->
{
{else
if
changeable
}
}
<span
class=
"edit-order oo-btn"
>修改订单</span>
{
{/if
}
}
{
{#if
changeable
}
}
<span
class=
"edit-order oo-btn"
>修改订单</span>
{
{/if
}
}
{
{/unless
}
}
{
{#if
operation.cancelOrder
}
}
<span
class=
"cancel-order oo-btn"
>取消订单</span>
{
{/if
}
}
...
...
Please
register
or
login
to post a comment