|
|
@@ -935,8 +935,14 @@ export default {
|
|
|
},
|
|
|
storeDetailFn(item) {
|
|
|
localStorage.setItem('tabVal', this.tabVal);
|
|
|
- // FSQ 仿石漆服务商
|
|
|
- if (item.storeCategory == 'FSQ01') {
|
|
|
+ if (item.sfaStoreType.type == 'qzd') {
|
|
|
+ // 竞品店/潜在店
|
|
|
+ this.$router.push({
|
|
|
+ path: '/competingStoresDetail',
|
|
|
+ query: { id: item.storeId },
|
|
|
+ });
|
|
|
+ } else if (item.storeCategory == 'FSQ01') {
|
|
|
+ // FSQ 仿石漆服务商
|
|
|
this.$router.push({
|
|
|
path: '/FSQStoreDetail',
|
|
|
query: { id: item.storeId },
|