|
|
@@ -92,11 +92,11 @@
|
|
|
clickType (type) {
|
|
|
if (type === 'store') {
|
|
|
this.activeType = 'store'
|
|
|
- this.$store.dispatch('searchData/searchForList', {count: 15, filter: {}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
|
|
|
+ this.$store.dispatch('searchData/searchForListInMobile', {count: 15, filter: {}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
|
|
|
}
|
|
|
if (type === 'support') {
|
|
|
this.activeType = 'support'
|
|
|
- this.$store.dispatch('searchData/searchForList', {count: 15, filter: {'goods_store_type': ['ORIGINAL_FACTORY', 'AGENCY', 'DISTRIBUTION']}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
|
|
|
+ this.$store.dispatch('searchData/searchForListInMobile', {count: 15, filter: {'goods_store_type': ['ORIGINAL_FACTORY', 'AGENCY', 'DISTRIBUTION']}, keyword: this.$route.query.w, page: 1, sorting: {'GO_RESERVE': 'DESC', 'GO_SEARCH': 'DESC'}})
|
|
|
}
|
|
|
},
|
|
|
goBrand: function (uuid) {
|
|
|
@@ -265,7 +265,7 @@
|
|
|
i{
|
|
|
display:block;
|
|
|
position:absolute;
|
|
|
- top:.55rem;
|
|
|
+ top:.1rem;
|
|
|
right:.1rem;
|
|
|
font-size:.4rem;
|
|
|
color:#ff7800;
|