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 () {
 	created: function () {
-		this.isLogin();
 		this.userId = localStorage.getItem("userId");
 		this.userId = localStorage.getItem("userId");
-		// this.getUser();
 		this.headimgurl = localStorage.getItem('headimgurl');
 		this.headimgurl = localStorage.getItem('headimgurl');
-		// this.getSuggestList();
 		this.getUserByUserIdAPI()
 		this.getUserByUserIdAPI()
 	},
 	},
 	methods: {
 	methods: {