|
@@ -475,8 +475,6 @@ export default class MainPage extends BasePage {
|
|
|
})
|
|
|
.then((result) => {
|
|
|
this.state.file_user_data = commonutil.jsonToMap(result);
|
|
|
- console.log('=====MainPage获取本地用户信息============');
|
|
|
- console.log(commonutil.mapToJson(this.state.file_user_data));
|
|
|
var ageGroup = this.state.file_user_data.get('ageGroup');
|
|
|
const username = this.state.file_user_data.get('nickName');
|
|
|
const avatar = this.state.file_user_data.get('avatar');
|