feat(second):添加详情页数据埋点 reviewed by tao.huang
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -50,7 +50,7 @@ export default { | @@ -50,7 +50,7 @@ export default { | ||
50 | * @ date: 2019-11-22 14:32:46 | 50 | * @ date: 2019-11-22 14:32:46 |
51 | * @ version: v1.0.0 | 51 | * @ version: v1.0.0 |
52 | */ | 52 | */ |
53 | - async fetchFilterData({ commit, state }, { storage_id = 10228909 }) { | 53 | + async fetchFilterData({ commit, state }, { storage_id = null }) { |
54 | let { data: { filter = [] } } = await this.$api.post('/api/ufo/secondhand/filter', { storage_id }); | 54 | let { data: { filter = [] } } = await this.$api.post('/api/ufo/secondhand/filter', { storage_id }); |
55 | 55 | ||
56 | // console.log('[store/actions/fetchFilterData]:', JSON.stringify(filter)); | 56 | // console.log('[store/actions/fetchFilterData]:', JSON.stringify(filter)); |
-
Please register or login to post a comment