hangb %!s(int64=7) %!d(string=hai) anos
pai
achega
5b60cde720
Modificáronse 1 ficheiros con 1 adicións e 0 borrados
  1. 1 0
      components/provider/ToggleStore.vue

+ 1 - 0
components/provider/ToggleStore.vue

@@ -69,6 +69,7 @@ export default {
   methods: {
     // 切换Store
     toggleStore (type) {
+      if (type === this.storeType) return
       this.$store.commit('provider/stores/SET_STORETYPE', type)
       this.$store.dispatch('loadBanners', {type: type + '_banner_carousel'})
       this.$store.dispatch('provider/findSimilarStoreList', { page: 1, count: 10, type: type === 'factory' ? 'ORIGINAL_FACTORY' : 'AGENCY-DISTRIBUTION' })