Authored by 毕凯

断码页面唤起 APP

... ... @@ -136,6 +136,10 @@ let indexRedirect = (req, res) => {
let breakingYards = (req, res, next) => {
let params = _processPublicData(req, '断码区', 'break-code');
// 唤起 APP 的路径
res.locals.appPath = 'yohobuy://yohobuy.com/goapp?openby:yohobuy={"action":"go.shortsize"}';
saleModel.getBreakCodeData({
yhChannel: params.channel
}).then((result) => {
... ...