@@ -89,7 +89,8 @@
mapGetters
} from 'vuex';
import {
- getMerDetailApi
+ getMerDetailApi,
+ getMerIndexInfoApi
} from '@/api/merchant.js';
chatConfig
@@ -434,6 +434,7 @@
getMerchantInfoData() {
getMerchantInfo(this.merId).then(res => {
this.merchanInfo = res.data
+ this.$store.commit('MERCHANTJINFO', res.data);
});
},
// 跳转详情