Commit 0295cd35 authored by youjie's avatar youjie

no message

parent 09f68589
......@@ -79,6 +79,7 @@
elevated
transition-hide="scale"
class="showbox column"
style="z-index: 9;"
>
<div class="q-px-sm q-pt-sm" v-if="historys.length>0">
......@@ -137,7 +138,7 @@
<q-tab class="text-teal" name="kw" label="關鍵字" />
</q-tabs>
<div v-show="tab == 'dest'">
<q-card flat class="rounded-borders q-py-md">
<div class="text-subtitle1 text-weight-bold q-mx-md">篩選目的地</div>
<!-- <q-input
......@@ -425,12 +426,22 @@ export default {
// }
// this.historys=Array.from(new Set([this.searchKey].concat(this.historys)))
// localStorage['recent_search'] = JSON.stringify(this.historys)
this.CommonJump("/search", {
qsearchKey: this.searchKey,
qsearchDate: this.searchDate,
qsearchEndDate: this.searchEndDate,
areaId: item.Id
});
if(this.$route.path==='/searchProduct') {
this.CommonJump("/searchProduct", {
qsearchKey: item.Name,
qsearchDate: this.searchDate,
qsearchEndDate: this.searchEndDate,
areaId: item.Id
});
}else{
this.CommonJump("/search", {
qsearchKey: this.searchKey,
qsearchDate: this.searchDate,
qsearchEndDate: this.searchEndDate,
areaId: item.Id
});
}
if(this.isSearch) {
window.location.reload()
}
......@@ -669,23 +680,21 @@ export default {
line-height: 40px;
}
</style>
<style scoped>
<style lang="scss" scoped>
.hot-tag {
width: 141px;
height: 34px;
line-height: 34px;
padding-left: 8px;
border-radius: 8px;
margin: 12px 0 12px 12px;
cursor: pointer;
height: 34px;
line-height: 34px;
padding-left: 8px;
border-radius: 8px;
margin: 12px 0 12px 12px;
cursor: pointer;
}
.hot-tag-select {
background: #EE4454;
color: #fff;
text-align: center;
background: $secondary;
color: #fff;
}
</style>
<style lang="scss" scoped>
::v-deep .q-field__control {
height: 40px;
}
......@@ -704,4 +713,4 @@ color: #fff;
::v-deep .q-field__label {
top: 13px
}
</style>
\ No newline at end of file
</style>
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