sunChengjie 11 months ago
parent
commit
18b69f846b
1 changed files with 2 additions and 1 deletions
  1. 2 1
      src/pages/my.vue

+ 2 - 1
src/pages/my.vue

@@ -70,10 +70,11 @@ export default {
 		this.userId = localStorage.getItem("userId");
 		// this.getUser();
 		this.headimgurl = localStorage.getItem('headimgurl');
-		this.getSuggestList();
+		// this.getSuggestList();
 		this.getUserByUserIdAPI()
 	},
 	methods: {
+		//寄件人的信息
 		async getUserByUserIdAPI() {
 			const res = await getUserByUserId({ id: localStorage.getItem("userId") })
 			this.user = res.userInfo