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
石坚
9 years ago
Commit
bcb9f7af9d71cdbffd438c0328a0e2548616ff51
1 parent
693edc63
camel个人中心
Hide whitespace changes
Inline
Side-by-side
Showing
3 changed files
with
4 additions
and
4 deletions
apps/me/controllers/returns.js
apps/me/views/partial/order/goods-box.hbs
apps/me/views/partial/order/order-header.hbs
apps/me/controllers/returns.js
View file @
bcb9f7a
...
...
@@ -18,7 +18,7 @@ const index = (req, res, next) => {
Promise
.
all
([
returns
.
getUserReturn
(
uid
,
page
),
mcHandler
.
getMeThumb
()]).
then
(
result
=>
{
const
pageData
=
result
[
0
];
const
thumb
=
result
[
1
];
const
thumb
=
result
[
1
];
res
.
display
(
'index'
,
{
page
:
'return-list'
,
...
...
apps/me/views/partial/order/goods-box.hbs
View file @
bcb9f7a
<div
class=
"goods-container special-border
{{#if
hidePrice
}}
no-price
{{/if}}
"
>
{{#
order
_g
oods
}}
{{#
order
G
oods
}}
{{>
order
/
good-info
}}
{{#
unless
hidePrice
}}
<div
class=
"sub-column right-border bold"
>
...
...
@@ -19,5 +19,5 @@
<p
class=
"bold"
>
¥
{{
goods_amount
}}
</p>
</div>
{{/
unless
}}
{{/
order
_g
oods
}}
{{/
order
G
oods
}}
</div>
...
...
apps/me/views/partial/order/order-header.hbs
View file @
bcb9f7a
<ul
class=
"header"
>
<li
class=
"content"
>
下单时间:
{{
create
_t
ime
}}
</li>
<li
class=
"content"
>
下单时间:
{{
create
T
ime
}}
</li>
<li
class=
"content"
>
订单编号:
{{
order_code
}}
</li>
{{#if
showMobile
}}
<li
class=
"content"
><span
class=
"iconfont"
>

</span>
手机订单
</li>
...
...
Please
register
or
login
to post a comment