Add http, review by Redding
Showing
1 changed file
with
1 additions
and
1 deletions
@@ -593,7 +593,7 @@ export function registerNow() { | @@ -593,7 +593,7 @@ export function registerNow() { | ||
593 | 593 | ||
594 | export function gotoProtocol() { | 594 | export function gotoProtocol() { |
595 | return (dispatch, getState) => { | 595 | return (dispatch, getState) => { |
596 | - let url = `://m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={"action":"go.h5","params":{"islogin":"N","url":"http://m.yohobuy.com/activity/student/detail/renzhen"}}`; | 596 | + let url = `http://m.yohobuy.com/activity/student/detail/renzhen?openby:yohobuy={"action":"go.h5","params":{"islogin":"N","url":"http://m.yohobuy.com/activity/student/detail/renzhen"}}`; |
597 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url); | 597 | ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url); |
598 | }; | 598 | }; |
599 | } | 599 | } |
-
Please register or login to post a comment