|
@@ -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
|