Authored by 陈林

修改拼团详情资源位码。review by 孙凯。

@@ -198,7 +198,7 @@ export function fetchResourceInfo() { @@ -198,7 +198,7 @@ export function fetchResourceInfo() {
198 return (dispatch, getState) => { 198 return (dispatch, getState) => {
199 let {app} = getState(); 199 let {app} = getState();
200 dispatch(resourceInfoRequest()); 200 dispatch(resourceInfoRequest());
201 - let content_code = 'cea0efae77f4e04c935beb1e87181247'; 201 + let content_code = '3c3a94fd6c6e19508b6921acd7f6cbad';
202 return new GroupPurchaseService(app.host).fetchDetailResourceInfo(content_code) 202 return new GroupPurchaseService(app.host).fetchDetailResourceInfo(content_code)
203 .then(json => { 203 .then(json => {
204 dispatch(resourceInfoSuccess(json)); 204 dispatch(resourceInfoSuccess(json));