Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yoho-blk
·
Commits
Go to a project
GitLab
Go to group
Project
Activity
Files
Commits
Pipelines
0
Builds
0
Graphs
Milestones
Issues
0
Merge Requests
1
Members
Labels
Wiki
Forks
Network
Create a new issue
Download as
Plain Diff
Browse Files
Authored by
xuqi
2016-08-08 17:34:32 +0800
Commit
89b8f534749bda38573643358b3478f7b368424a
2 parents
41d353c6
58cafb0b
Merge branch 'release/1.0' of
http://git.yoho.cn/fe/yoho-blk
into release/1.0
Hide whitespace changes
Inline
Side-by-side
Showing
6 changed files
with
19 additions
and
3 deletions
apps/me/views/partial/order/detail/goods-list.hbs
apps/me/views/partial/returns-change.hbs
apps/product/views/partial/brand-banner.hbs
public/js/me/order-detail.page.js
public/scss/me/order/_detail.css
public/scss/me/return/_change.css
apps/me/views/partial/order/detail/goods-list.hbs
View file @
89b8f53
...
...
@@ -6,7 +6,7 @@
<span
class=
"iconfont show-package"
>

</span>
<div
class=
"package-list hide"
>
<div
class=
"package-up-icon"
></div>
{{#
each
packageList
}}
{{#
each
..
/
packageList
}}
<div
class=
"package-item"
>
<p
class=
"package-title bold"
>
包裹
{{
math
@index
'+'
1
}}
:
{{#if
@first
}}
总仓发货
{{^}}
异地调拨
{{/if}}
</p>
<ul
class=
"package-goods clearfix"
>
...
...
apps/me/views/partial/returns-change.hbs
View file @
89b8f53
<div
class=
"returns-wrap user-order change"
>
<a
href=
"/help?id=43"
target=
"_blank"
>
<span
class=
"btn white change-tips"
>
换货须知
</span>
</a>
{{#
returnsChange
}}
{{>
common
/
subtitle
}}
<div
class=
"order"
data-code=
"
{{
orderCode
}}
"
>
...
...
apps/product/views/partial/brand-banner.hbs
View file @
89b8f53
...
...
@@ -23,7 +23,7 @@
</a>
{{/
brandIntro
}}
<span
id=
"brand-fav"
class=
"brand-fav
{{#if
brandFav
}}
c
ur
{{/if}}
"
data-id=
{{
brandId
}}
>
<span
id=
"brand-fav"
class=
"brand-fav
{{#if
brandFav
}}
c
oll
{{/if}}
"
data-id=
{{
brandId
}}
>
<i
class=
"iconfont"
>

</i>
</span>
</p>
...
...
public/js/me/order-detail.page.js
View file @
89b8f53
...
...
@@ -2,6 +2,9 @@ var cancelOrder = require('./order/cancel-order');
var
editOrder
=
require
(
'./order/edit-order'
);
var
countDown
=
require
(
'./order/countdown'
);
var
lazyLoad
=
require
(
'yoho-jquery-lazyload'
);
lazyLoad
(
$
(
'img.lazy'
));
function
reload
()
{
location
.
reload
();
...
...
public/scss/me/order/_detail.css
View file @
89b8f53
...
...
@@ -20,7 +20,7 @@
height
:
7px
;
background
:
url(/shopping/package-up.png)
;
top
:
-7px
;
left
:
28
2px
;
left
:
39
2px
;
+
.package-item
.package-title
{
border-top
:
none
;
...
...
public/scss/me/return/_change.css
View file @
89b8f53
...
...
@@ -13,6 +13,8 @@
}
&
.change
{
position
:
relative
;
.sub-column
{
margin-top
:
30px
;
...
...
@@ -21,6 +23,14 @@
}
}
.change-tips
{
position
:
absolute
;
top
:
0
;
right
:
0
;
border-color
:
#f1f1f1
;
color
:
#1b1b1b
;
}
.btn
{
&.confirm
{
width
:
130px
;
...
...
Please
register
or
login
to post a comment