Skip to content

Commit b2d8585

Browse files
author
chao.wang
committed
注释
1 parent 3dacad4 commit b2d8585

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

src/page/food/food.vue

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
<div class="food_container">
33
<head-top :head-title="headTitle" goBack="true"></head-top>
44
<section class="sort_container">
5+
<!-- 分类 -->
56
<div class="sort_item" :class="{choose_type:sortBy == 'food'}" >
67
<div class="sort_item_container" @click="chooseType('food')">
78
<div class="sort_item_border">
@@ -40,6 +41,7 @@
4041
</section>
4142
</transition>
4243
</div>
44+
<!-- 排序 -->
4345
<div class="sort_item" :class="{choose_type:sortBy == 'sort'}">
4446
<div class="sort_item_container" @click="chooseType('sort')">
4547
<div class="sort_item_border">
@@ -122,6 +124,7 @@
122124
</section>
123125
</transition>
124126
</div>
127+
<!-- 筛选 -->
125128
<div class="sort_item" :class="{choose_type:sortBy == 'activity'}">
126129
<div class="sort_item_container" @click="chooseType('activity')">
127130
<span :class="{category_title: sortBy == 'activity'}">筛选</span>

0 commit comments

Comments
 (0)