|
|
this.$store.commit('provider/stores/SET_STORETYPE', type)
|
|
this.$store.commit('provider/stores/SET_STORETYPE', type)
|
|
|
this.$store.dispatch('loadBanners', {type: type + '_banner_carousel'})
|
|
this.$store.dispatch('loadBanners', {type: type + '_banner_carousel'})
|
|
|
this.$store.dispatch('provider/findSimilarStoreList', { page: 1, count: 10, type: type === 'factory' ? 'ORIGINAL_FACTORY' : 'AGENCY-DISTRIBUTION' })
|
|
this.$store.dispatch('provider/findSimilarStoreList', { page: 1, count: 10, type: type === 'factory' ? 'ORIGINAL_FACTORY' : 'AGENCY-DISTRIBUTION' })
|