...
|
...
|
@@ -223,7 +223,7 @@ exports.handleOutletsActivityData = (origin, name) => { |
|
|
let activity = {};
|
|
|
|
|
|
activity.href = helpers.urlFormat('/outlets/special/detail', { id: value.id });
|
|
|
activity.img = value.coverUrl;
|
|
|
activity.img = value.webCoverUrl;
|
|
|
activity.logo = value.logoUrl;
|
|
|
activity.title = value.title;
|
|
|
activity.limit = (value.endTime - nowTime) * 1000;
|
...
|
...
|
|