Authored by 周少峰

redirect delay

... ... @@ -149,7 +149,10 @@ page = {
//res.redirect = res.redirect + '&registerCode=' + res.registerCode;
// 暂时跳注册 TODO
tip.show('请先注册!');
res.redirect = '//m.yohobuy.com/reg.html';
setTimeout(function(){
location.href = '//m.yohobuy.com/reg.html';
}, 2000);
return;
}
location.href = res.redirect;
... ...