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