Browse Source

首页

V1.0
mk 3 years ago
parent
commit
66ad3d2c7f
  1. 4
      src/views/modules/home/index.vue

4
src/views/modules/home/index.vue

@ -350,9 +350,7 @@ export default {
},
methods: {
searchDataTab(str){
searchData.type = str;
this.handleClickSearchBtn();
this.searchData.type = str;
},
handleClickCategory(item) {
this.$router.push({

Loading…
Cancel
Save