Authored by baoss

优化样式命名

... ... @@ -8,7 +8,6 @@ function index(req, res, next) {
req.ctx(GroupService).tabData(),
req.ctx(GroupService).filterGroupList()
]).then(result => {
console.log(result[2]);
return res.render('group/index', {
title: '有货福利团',
page: 'group',
... ...
... ... @@ -25,14 +25,14 @@
{{!-- {{#if floatTab}} float{{/if}}{{#if !tabs.showTab}} only-filter{{/if}} --}}
{{#if tabs.showTab}}
<div class="tab">
<div class="tabItem">
<div class="tab-item">
<div class="tiptext active" data-channel="newGroup">邀新团</div>
{{!-- {{#if isNewGroup}} --}}
<div class="tab-line"></div>
{{!-- {{/if}} --}}
</div>
<div class="tabItem">
<div class="tab-item">
<div class="tiptext" data-channel="normalGroup">普通团</div>
{{!-- {{#if !isNewGroup}} --}}
{{!-- <div class="tab-line"></div> --}}
... ...