...
|
...
|
@@ -15,7 +15,10 @@ exports.index = function(req, res, next) { |
|
|
title: result.name || 'Yoho!Buy有货',
|
|
|
content: result,
|
|
|
activity_id: req.params.code,
|
|
|
isFeature: true
|
|
|
isFeature: true,
|
|
|
loadJs: [{
|
|
|
src: global.yoho.config.jsSdk
|
|
|
}]
|
|
|
});
|
|
|
}).catch(next);
|
|
|
};
|
...
|
...
|
|