Commit 7b4b456a by 陈超

A

parent 6db2b713
...@@ -14,7 +14,7 @@ ...@@ -14,7 +14,7 @@
<van-dropdown-menu active-color="#333333"> <van-dropdown-menu active-color="#333333">
<van-dropdown-item title="筛选" ref="item"> <van-dropdown-item title="筛选" ref="item">
<div class="drop_down_grid"> <div class="drop_down_grid">
<div @click="onCondition(item)" v-for="(item, index) in conditions" :key="index" :class="item.select ? 'drop_down_option_selected' : 'drop_down_option'"> <div @click="onCondition(item)" v-for="(item, index) in condition" :key="index" :class="item.select ? 'drop_down_option_selected' : 'drop_down_option'">
<span>{{item.title}}</span> <span>{{item.title}}</span>
</div> </div>
</div> </div>
......
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