sunChengjie 1 ano atrás
pai
commit
c562188791
1 arquivos alterados com 0 adições e 3 exclusões
  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: {