Authored by xuqi

remove body class of isMe

@@ -60,8 +60,7 @@ const index = (req, res) => { @@ -60,8 +60,7 @@ const index = (req, res) => {
60 name: '收货地址' 60 name: '收货地址'
61 } 61 }
62 ], 62 ],
63 - banner: 'http://placehold.it/150x120',  
64 - order: true 63 + banner: 'http://placehold.it/150x120'
65 } 64 }
66 }); 65 });
67 }; 66 };
@@ -20,7 +20,7 @@ @@ -20,7 +20,7 @@
20 <link rel="stylesheet" href="//cdn.yoho.cn/yohoblk-node/{{version}}/index.css"> 20 <link rel="stylesheet" href="//cdn.yoho.cn/yohoblk-node/{{version}}/index.css">
21 {{/if}} 21 {{/if}}
22 </head> 22 </head>
23 - <body{{#if isMe}} class="for-me"{{/if}}> 23 + <body>
24 {{> header}} 24 {{> header}}
25 25
26 {{{body}}} 26 {{{body}}}