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">
......@@ -425,12 +426,22 @@ export default {
// }
// this.historys=Array.from(new Set([this.searchKey].concat(this.historys)))
// localStorage['recent_search'] = JSON.stringify(this.historys)
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;
}
......
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