...
|
...
|
@@ -58,8 +58,6 @@ export default function native(platform) { |
|
|
store.dispatch(setServiceHost(this.props.serviceHost));
|
|
|
|
|
|
let type = this.props.type;
|
|
|
console.log('-------------');
|
|
|
console.log(this.props);
|
|
|
if (type == 'list') {
|
|
|
store.dispatch(setListType(this.props.listType));
|
|
|
store.dispatch(setAuthorId(this.props.authorId));
|
...
|
...
|
|