Merge branch 'feature/shareBuy' into 'release/5.7'
跳转 See merge request !573
Showing
1 changed file
with
1 additions
and
6 deletions
@@ -51,13 +51,8 @@ $('.join').click(function() { | @@ -51,13 +51,8 @@ $('.join').click(function() { | ||
51 | rightBtnText: '去认证' | 51 | rightBtnText: '去认证' |
52 | } | 52 | } |
53 | }, function() { | 53 | }, function() { |
54 | - if (yoho.isApp) { | ||
55 | 54 | ||
56 | - location.href = 'http://m.yohobuy.com/activity/student/register' + | ||
57 | - '?openbuy:yohobuy={"action":"go.h5","params":{"islogin":"N","type":"13","url":"http://m.yohobuy.com/activity/student/register"}}'; | ||
58 | - } else { | ||
59 | - location.href = '//m.yohobuy.com/activity/student/register'; | ||
60 | - } | 55 | + 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"}}'); |
61 | }, null, true); | 56 | }, null, true); |
62 | } | 57 | } |
63 | }); | 58 | }); |
-
Please register or login to post a comment