Authored by 张丽霞

Add http, review by Redding

... ... @@ -593,7 +593,7 @@ export function registerNow() {
export function gotoProtocol() {
return (dispatch, getState) => {
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"}}`;
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"}}`;
ReactNative.NativeModules.YH_CommonHelper.jumpWithUrl(url);
};
}
... ...