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
Email Patches
Plain Diff
Browse Files
Authored by
biao
9 years ago
Commit
8c83babc6c8a98a0eec0d4acb5663d90a4ec7043
1 parent
a93ab1a7
update for change some style issue
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
15 additions
and
4 deletions
apps/me/models/order.js
apps/me/views/partial/returns-list.hbs
public/scss/me/return/_change.css
apps/me/models/order.js
View file @
8c83bab
...
...
@@ -40,11 +40,11 @@ const btnMap = {
},
{
name
:
'取消订单'
,
classStr
:
'btn white cancel-btn'
classStr
:
'btn white cancel-btn
mr
'
},
{
name
:
'修改订单'
,
classStr
:
'btn white edit-btn
mr
'
classStr
:
'btn white edit-btn'
}
],
cancel
:
[
...
...
@@ -322,7 +322,9 @@ const _getUserOrder = (uid, type, page) => {
item
.
refundUrl
=
helpers
.
urlFormat
(
'/me/return/refund/'
+
item
.
orderCode
);
item
.
exchangeUrl
=
helpers
.
urlFormat
(
'/me/return/exchange/'
+
item
.
orderCode
);
item
.
detailUrl
=
helpers
.
urlFormat
(
'/me/order/detail/'
+
item
.
orderCode
);
item
.
detailUrl
=
helpers
.
urlFormat
(
'/me/order/detail/'
,
{
code
:
item
.
orderCode
});
});
return
{
...
...
@@ -519,8 +521,11 @@ const getOrderDetail = (uid, code) => {
}
}
if
(
detail
.
invoice
)
{
detail
.
invoice
.
typeText
=
invoiceText
[
detail
.
invoice
.
type
];
}
else
{
detail
.
invoice
=
false
;
}
detail
.
paymentTypeStr
=
paymentTypeStr
[
detail
.
paymentType
];
...
...
apps/me/views/partial/returns-list.hbs
View file @
8c83bab
...
...
@@ -25,7 +25,7 @@
{{/
..
/
this
}}
{{/
isY
}}
<a
href=
"
{{
detailUrl
}}
"
target=
"_blank"
>
<p
class=
"subtext"
>
查看详情
</p>
<p
class=
"subtext
check-detail
"
>
查看详情
</p>
</a>
</div>
</div>
...
...
public/scss/me/return/_change.css
View file @
8c83bab
...
...
@@ -30,6 +30,12 @@
}
}
.change-info-box
{
.form
{
padding-left
:
48px
;
}
}
.goods-container
{
width
:
990px
;
}
...
...
Please
register
or
login
to post a comment