...
|
...
|
@@ -33,6 +33,9 @@ exports.index = (req, res, next) => { |
|
|
let yhChannel = req.query.yh_channel || yhChannelEmpty;
|
|
|
let contentcode = req.query.content_code;
|
|
|
|
|
|
// 唤起 APP 的路径
|
|
|
res.locals.appPath = `yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.newoutlet","params":${JSON.stringify(req.query)}}`;
|
|
|
|
|
|
outletModel.getContent(categoryId, yhChannel, contentcode).then(result => {
|
|
|
res.render('outlet', Object.assign({
|
|
|
localCss: true,
|
...
|
...
|
|