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