Authored by 张丽霞

帮助中心详情页面

... ... @@ -95,7 +95,7 @@ exports.getHelpInfo = (data) => {
formatData.push({
name: item.caption,
code: item.code,
url: helpers.urlFormat('/home/helpDetail', {
url: helpers.urlFormat('/home/help-detail', {
code: item.code,
caption: item.caption,
})
... ...
{{{helpDetail}}}
<div class="help-detail-page">
{{{helpDetail}}}
</div>
... ...
... ... @@ -41,5 +41,9 @@
.iconfont {
color: #fff;
}
}
.help-detail-page {
margin-left: 30px;
margin-right: 30px;
}
... ...