sunChengjie 1 년 전
부모
커밋
c562188791
1개의 변경된 파일0개의 추가작업 그리고 3개의 파일을 삭제
  1. 0 3
      src/pages/my.vue

+ 0 - 3
src/pages/my.vue

@@ -66,11 +66,8 @@ export default {
 		};
 	},
 	created: function () {
-		this.isLogin();
 		this.userId = localStorage.getItem("userId");
-		// this.getUser();
 		this.headimgurl = localStorage.getItem('headimgurl');
-		// this.getSuggestList();
 		this.getUserByUserIdAPI()
 	},
 	methods: {