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
cailing
2016-05-30 18:22:42 +0800
Commit
aa97b0871425dcb807c422dc08062a40a4139151
2 parents
8f97d15c
ac4b3ac1
Merge branch 'feature/rebuy' of
http://git.yoho.cn/fe/YOHOBUYWAP
into feature/rebuy
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
10 additions
and
0 deletions
static/sass/me/_order-detail.css
static/sass/me/_order.css
template/m.yohobuy.com/actions/index/home/order-detail.phtml
template/m.yohobuy.com/partials/me/order/order.phtml
static/sass/me/_order-detail.css
View file @
aa97b08
...
...
@@ -126,4 +126,8 @@
background
:
#d0021b
;
margin-left
:
10px
;
}
.btn-rebuy
{
margin-left
:
10px
;
}
}
...
...
static/sass/me/_order.css
View file @
aa97b08
...
...
@@ -62,6 +62,10 @@
border
:
none
;
margin-left
:
20px
;
}
.rebuy
{
margin-left
:
20px
;
}
}
}
...
...
template/m.yohobuy.com/actions/index/home/order-detail.phtml
View file @
aa97b08
...
...
@@ -92,6 +92,7 @@
{
{#unless
unreceived
}
}
{
{#unless
unpaid
}
}
<span
class=
"btn btn-del"
>删除订单</span>
<span
class=
"btn btn-rebuy"
>再次购买</span>
{
{/unless
}
}
{
{/unless
}
}
...
...
template/m.yohobuy.com/partials/me/order/order.phtml
View file @
aa97b08
...
...
@@ -20,6 +20,7 @@
{{#unless unreceived}}
<div class="order-opt">
<span class="btn del">删除订单</span>
<span class="btn rebuy">再次购买</span>
</div>
{{/unless}}
{{/unless}}
...
...
Please
register
or
login
to post a comment