Showing
1 changed file
with
2 additions
and
0 deletions
@@ -45,6 +45,8 @@ const getListData = (req, res, next) => { | @@ -45,6 +45,8 @@ const getListData = (req, res, next) => { | ||
45 | }); | 45 | }); |
46 | }); | 46 | }); |
47 | 47 | ||
48 | + // 唤起 APP 的路径 | ||
49 | + 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)}}}`; | ||
48 | 50 | ||
49 | res.render('plustar/list', { | 51 | res.render('plustar/list', { |
50 | module: 'guang', | 52 | module: 'guang', |
-
Please register or login to post a comment