...
|
...
|
@@ -45,6 +45,8 @@ const getListData = (req, res, next) => { |
|
|
});
|
|
|
});
|
|
|
|
|
|
// 唤起 APP 的路径
|
|
|
res.locals.appPath = `yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.h5","type": 7,"params":{"url":"http://guang.m.yohobuy.com${req.path}","param":${JSON.stringify(req.query)}}}`;
|
|
|
|
|
|
res.render('plustar/list', {
|
|
|
module: 'guang',
|
...
|
...
|
|