...
|
...
|
@@ -99,7 +99,7 @@ const convertActicityData = (data) => { |
|
|
data = data || [];
|
|
|
_.forEach(data, (item) => {
|
|
|
formatData.push({
|
|
|
activityUrl: 'outlet/activity?id=' + item.id,
|
|
|
activityUrl: '/product/outlet/activity?id=' + item.id,
|
|
|
coverUrl: item.coverUrl,
|
|
|
logoUrl: item.logoUrl,
|
|
|
title: item.title,
|
...
|
...
|
|