Browse Source

1.清除无用log

zhangmengjie 5 years ago
parent
commit
47ff12f51e
1 changed files with 0 additions and 2 deletions
  1. 0 2
      pages/components/MainPage.js

+ 0 - 2
pages/components/MainPage.js

@@ -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');