Commit 59562b92 by 陈超

T

parent 3f2ccb3d
......@@ -23,6 +23,7 @@
<div class="layout_v">
<span class="all_category_title text_16_600 color_333333">分类</span>
<div class="drop_down_grid">
<div class="van-ellipsis" :class="selectedCategory('') ? 'drop_down_option_selected' : 'drop_down_option'">全部</div>
<volist name="selCate" id="top">
<div class="van-ellipsis" :class="selectedCategory('{$top['id']}') ? 'drop_down_option_selected' : 'drop_down_option'">{$top.title}</div>
</volist>
......
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