|
|
@@ -24,7 +24,8 @@ export default {
|
|
|
store.dispatch('provider/loadSalesStore', { isOriginal: true }),
|
|
|
store.dispatch('provider/loadNewStores', { types: 'ORIGINAL_FACTORY' }),
|
|
|
store.dispatch('provider/loadRecommendOriginal', { types: 'ORIGINAL_FACTORY', num: 5 }),
|
|
|
- store.dispatch('provider/findStoreList', { page: 1, count: 10, types: 'ORIGINAL_FACTORY' })
|
|
|
+ store.dispatch('provider/findStoreList', { page: 1, count: 10, types: 'ORIGINAL_FACTORY' }),
|
|
|
+ store.dispatch('loadStoreStatus', { op: 'check' })
|
|
|
])
|
|
|
},
|
|
|
components: {
|