Commit 4aa54ea0 authored by 黄奎's avatar 黄奎

111

parent 237e473b
......@@ -193,7 +193,7 @@
</div>
</div>
<div class="q-my-md">
<!-- <div class="q-my-md">
<div class="text-subtitle1 text-weight-bold">{{$t('v103.scheduledTrip.screeningprice')}}({{domain==`id.oytour`?'IDR':'CNY'}})</div>
<div class="q-mt-md text-grey-6 text-subtitle1">
{{ searchClone.priceRange.min }} - {{ searchClone.priceRange.max }}
......@@ -207,7 +207,7 @@
color="primary"
class="q-mt-md"
/>
</div>
</div> -->
<div class="rounded-borders q-my-md q-px-xs q-py-xs bg-grey-3">
<div class="q-px-sm q-py-xs row justify-between">
<span>{{$t('v103.scheduledTrip.journeytime')}}</span>
......@@ -438,7 +438,7 @@
</div>
</q-card>
<q-card flat class="rounded-borders q-pa-md q-mt-lg">
<!-- <q-card flat class="rounded-borders q-pa-md q-mt-lg">
<div class="text-subtitle1 text-weight-bold">{{$t('v103.scheduledTrip.screeningprice')}}({{domain==`id.oytour`?'IDR':'CNY'}})</div>
<div class="q-mt-md text-grey-6 text-subtitle1">
{{ searchClone.priceRange.min }} - {{ searchClone.priceRange.max }}
......@@ -452,7 +452,7 @@
color="primary"
class="q-mt-md"
/>
</q-card>
</q-card> -->
<q-card flat class="rounded-borders q-mt-lg overflow-hidden">
<q-expansion-item
expand-separator
......
......@@ -734,7 +734,7 @@ export default defineComponent({
lineId: 0, //线路编号
lineTeamId: 0, //系列编号
minPrice: "0", //最低价格
maxPrice: "100000", //最高价格
maxPrice: "0", //最高价格
minTripDay: "", //最低行程天数
maxTripDay: "", //最高行程天数
orderByDate: 0,
......@@ -744,10 +744,10 @@ export default defineComponent({
searchKey: "",//关键词搜索
startCityId: 0,//出发城市id
teamType: [],
priceRange:{
min: 1,
max: 100000,
},
// priceRange:{
// min: 1,
// max: 100000,
// },
}
})
provide(DirtionmaryHelper.TICKET_QUERY_PARAM, search)
......
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