Commit f86db9eb authored by youjie's avatar youjie

no message

parent 027248bb
......@@ -204,7 +204,7 @@
</q-card>
<q-card flat class="rounded-borders q-py-md q-mt-lg">
<q-checkbox class="q-mx-md" v-model="msg.TeamType" :true-value="1"
false-value="" label="私家团"
:false-value="0" label="私家团"
@input="handleSearchKey"/>
</q-card>
<q-card flat class="rounded-borders q-mt-lg row no-padding">
......@@ -306,7 +306,7 @@
>{{ x.label }}</q-chip
>
<q-checkbox v-if="$q.platform.is.mobile" class="q-mx-md" v-model="msg.TeamType" :true-value="1"
false-value="" label="私家团"
:false-value="0" label="私家团"
@input="handleSearchKey"/>
</div>
</div>
......
......@@ -1411,7 +1411,7 @@ export default {
webSiteCategoryIds: "", // 分类Id
placeIds: "", // 目的地城市Id
orderBy: 0, // 排序 0默认 1价格升序 2价格降序
TeamType: '',//私家团
TeamType: 0,//私家团
StartCityList: [],
},
ShowType: 0, //显示样式(0-豆腐格,1-列表)
......
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