Authored by 李奇

链接规则修改

... ... @@ -52,7 +52,7 @@ class HaveGainApplyPage extends Page {
// 若指定跳转
if (this.query.passJump === 'Y') {
jumpUrl = `//m.yohobuy.com/?openby:yohobuy=${decodeURIComponent(this.query.jumpRules)}`;
jumpUrl = `//m.yohobuy.com/?openby:yohobuy={"action":"go.h5","params":{"title":"${this.query.title}","url":"${this.query.jumpUrl}"}}`; // eslint-disable-line
}
$('body').append('<a id="jump-url" href="javascript:;" style="display: none;"></a>');
... ...