sunChengjie 11 months ago
parent
commit
c562188791
1 changed files with 0 additions and 3 deletions
  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: {