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
xuqi
2016-07-05 09:39:25 +0800
Commit
7b6ee1a06daa58970c9f0e36571dacbeb7eaa73c
1 parent
438b38b7
remove body class of isMe
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
with
2 additions
and
3 deletions
apps/me/controllers/order.js
doraemon/views/layout.hbs
apps/me/controllers/order.js
View file @
7b6ee1a
...
...
@@ -60,8 +60,7 @@ const index = (req, res) => {
name
:
'收货地址'
}
],
banner
:
'http://placehold.it/150x120'
,
order
:
true
banner
:
'http://placehold.it/150x120'
}
});
};
...
...
doraemon/views/layout.hbs
View file @
7b6ee1a
...
...
@@ -20,7 +20,7 @@
<link
rel=
"stylesheet"
href=
"//cdn.yoho.cn/yohoblk-node/
{{
version
}}
/index.css"
>
{{/if}}
</head>
<body
{{#if
isMe
}}
class=
"for-me"
{{/if}}
>
<body>
{{>
header
}}
{{{
body
}}}
...
...
Please
register
or
login
to post a comment