Authored by 张丽霞

Add http, review by Redding

@@ -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 }