Commit 3f2ccb3d by 陈超

T

parent 9b2dd6f8
......@@ -24,7 +24,7 @@
<span class="all_category_title text_16_600 color_333333">分类</span>
<div class="drop_down_grid">
<volist name="selCate" id="top">
<div :class="selectedCategory('{$top['id']}') ? 'drop_down_option_selected' : 'drop_down_option'">{$top.title}</div>
<div class="van-ellipsis" :class="selectedCategory('{$top['id']}') ? 'drop_down_option_selected' : 'drop_down_option'">{$top.title}</div>
</volist>
</div>
<span class="all_category_title text_16_600 color_333333">讲师</span>
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment