Authored by 于良

删除log,修复编辑简介页面数据错误 review by 草莓

... ... @@ -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));
... ...
... ... @@ -17,7 +17,7 @@ export default class ListService {
return await this.api.get({
url: '/guang/api/v2/article/getList',
body: {
gender,
// gender, // 接口增加此字段后,数据不对,与接口确认后,去掉
sort_id,
uid,
tag,
... ...