Showing
1 changed file
with
1 additions
and
1 deletions
@@ -87,7 +87,7 @@ exports.getOutletsIndexData = (params) => { | @@ -87,7 +87,7 @@ exports.getOutletsIndexData = (params) => { | ||
87 | return api.all([ | 87 | return api.all([ |
88 | outletsApi.getChannelResouceData({ content_code: 'e0565dad65fb8da1f39bc1ac83fc8346' }), | 88 | outletsApi.getChannelResouceData({ content_code: 'e0565dad65fb8da1f39bc1ac83fc8346' }), |
89 | outletsApi.getOutletsActivityOrigin(params), // 获取限时活动列表 | 89 | outletsApi.getOutletsActivityOrigin(params), // 获取限时活动列表 |
90 | - outletsApi.getOutletsActivityOrigin(params), // 获取即将结束列表 | 90 | + outletsApi.getOutletsActivityOrigin(params) // 获取即将结束列表 |
91 | ]).then(result => { | 91 | ]).then(result => { |
92 | let finalResult = {}; | 92 | let finalResult = {}; |
93 | 93 |
-
Please register or login to post a comment