Toggle navigation
Toggle navigation
This project
Loading...
Sign in
fe
/
yohobuywap-node
·
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
Email Patches
Plain Diff
Browse Files
Authored by
郭成尧
2017-07-25 18:46:05 +0800
Commit
dbc0bebf780d566793825197abcac8ac7841a7b7
1 parent
091019f5
refund-change-entry
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
7 additions
and
1 deletions
apps/home/controllers/refund.js
apps/home/views/action/order.hbs
apps/home/controllers/refund.js
View file @
dbc0beb
...
...
@@ -58,7 +58,8 @@ const refund = {
*/
logistics
(
req
,
res
)
{
let
headerData
=
headerModel
.
setNav
({
navTitle
:
'退换货订单列表'
navTitle
:
'退换货订单列表'
,
backUrl
:
helpers
.
urlFormat
(
'/home/orders'
)
});
res
.
render
(
'refund/logistics'
,
{
...
...
apps/home/views/action/order.hbs
View file @
dbc0beb
...
...
@@ -7,6 +7,11 @@
<a
class=
"nav-tap"
data-url=
"
{{
url
}}
"
>
{{
name
}}
</a>
</li>
{{/
each
}}
{{#if
@root
.
isMarsApp
}}
<li
class=
"tap-hightlight"
>
<a
class=
"nav-tap"
href=
"/home/return"
>
退换货
</a>
</li>
{{/if}}
</ul>
<div
id=
"order-container"
class=
"order-container"
>
...
...
Please
register
or
login
to post a comment