Hide the friend button when the resquest is accepted

This commit is contained in:
yflory
2017-07-06 12:31:31 +02:00
parent 96fde4e5ed
commit 5b5a7ab286
5 changed files with 46 additions and 12 deletions

View File

@@ -153,6 +153,14 @@ define([
}
return;
};
common.getUserlist = function () {
if (store) {
if (store.getProxy() && store.getProxy().info) {
return store.getProxy().info.userList;
}
}
return;
};
common.getProfileUrl = function () {
if (store && store.getProfile()) {
return store.getProfile().view;