@@ -60,6 +60,9 @@
z-index: 999;
top: 0;
padding-top: 20px;
+ -webkit-box-shadow: 0 2px 0 0 #ccc;
+ -moz-box-shadow: 0 2px 0 0 #ccc;
+ box-shadow: 0 2px 0 0 #ccc;
}
.header-brand {
@@ -248,12 +248,10 @@
},
onChange () {
this.associate.activeIndex = null
- console.log(this.isInit)
if (!this.keyword) {
this.associate.show = false
this.$store.dispatch('resetSearchKeywords')
} else {
- console.log(1)
if (!this.isInit) {
this.searchKeywords()