Authored by xuqi

remove body class of isMe

... ... @@ -60,8 +60,7 @@ const index = (req, res) => {
name: '收货地址'
}
],
banner: 'http://placehold.it/150x120',
order: true
banner: 'http://placehold.it/150x120'
}
});
};
... ...
... ... @@ -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}}}
... ...