Toggle navigation
Toggle navigation
This project
Loading...
Sign in
wangshusheng
/
YOHOBUYPC
·
Commits
Go to a project
GitLab
Go to dashboard
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
王洪广
2016-07-01 14:58:38 +0800
Commit
a6a06bcc7e355b03cf71ba4261a48cbaa5ac2d88
1 parent
35b4412b
fix return bug
Hide whitespace changes
Inline
Side-by-side
Showing
4 changed files
with
12 additions
and
1 deletions
template/www.yohobuy.com/actions/home/returns/returns-apply.phtml
template/www.yohobuy.com/partials/home/order-block.phtml
web-static/dist/yohobuy/0.0.30/index.css
web-static/sass/home/_order-block.css
template/www.yohobuy.com/actions/home/returns/returns-apply.phtml
View file @
a6a06bc
...
...
@@ -48,7 +48,7 @@
<div
class=
"special-tip"
>
<span>
{
{specialNoticeBo.title
}
}
<i
class=
"doubt"
></i></span>
<div
class=
"special-content"
>
<span>
{
{specialNoticeBo.remark
}
}</span>
<span>
{
{specialNoticeBo.remark
1
}
}<br/>
{
{specialNoticeBo.remark2
}
}</span>
<i
class=
"arrow"
></i>
</div>
</div>
...
...
template/www.yohobuy.com/partials/home/order-block.phtml
View file @
a6a06bc
...
...
@@ -66,6 +66,9 @@
<div class="pay">
{{pay}}
<span class="pay-tip">(含快递:{{fregit}}元)</span>
{{#if isExchanged}}
<span class="return-order">换货订单</span>
{{/if}}
</div>
<div class="order-status">
{{#if noPay}}
...
...
web-static/dist/yohobuy/0.0.30/index.css
View file @
a6a06bc
This diff could not be displayed because it is too large.
web-static/sass/home/_order-block.css
View file @
a6a06bc
...
...
@@ -172,6 +172,14 @@
line-height
:
18px
;
color
:
#999
;
}
.return-order
{
display
:
inline-block
;
padding
:
3px
10px
;
background
:
#FF7C48
;
border-radius
:
9px
;
color
:
#fff
;
text-align
:
center
;
}
.op-item
{
display
:
block
;
...
...
Please
register
or
login
to post a comment