Authored by 毕凯

Merge branch 'feature/shareBuy' into 'release/5.7'

跳转



See merge request !573
... ... @@ -51,13 +51,8 @@ $('.join').click(function() {
rightBtnText: '去认证'
}
}, function() {
if (yoho.isApp) {
location.href = 'http://m.yohobuy.com/activity/student/register' +
'?openbuy:yohobuy={"action":"go.h5","params":{"islogin":"N","type":"13","url":"http://m.yohobuy.com/activity/student/register"}}';
} else {
location.href = '//m.yohobuy.com/activity/student/register';
}
yoho.goH5('http://m.yohobuy.com/activity/student/register', '{"action":"go.h5","params":{"islogin":"N","type":"13","url":"http://m.yohobuy.com/activity/student/register"}}');
}, null, true);
}
});
... ...