Authored by chenl

修改了dev的测试代码。review by days。

... ... @@ -626,7 +626,7 @@ export function getRecommendPop() {
}
dispatch(recommendPopRequest(channelStr));
let fetchRecommendPop = (fromPage, rec_pos) =>{
return new HomeService('http://dev-api.yohops.com:9999').recommendPop(fromPage, rec_pos)
return new HomeService(app.host).recommendPop(fromPage, rec_pos)
.then(json =>{
let payload = floorParser.parseRecommendPop(json);
dispatch(recommendPopSuccess(payload, channelStr));
... ...