Authored by 毕凯

top100页面唤起 APP

... ... @@ -41,6 +41,9 @@ const index = (req, res, next) => {
break;
}
// 唤起 APP 的路径
res.locals.appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.top100","params":{"page":"0"}}';
newsaleModel.getHotRank(codeKey).then((result) => {
res.render('newsale/hotrank', {
... ...