隐藏load ,提高用户体验
This commit is contained in:
@@ -139,7 +139,7 @@ export class FollowService {
|
||||
API_CONFIG.USER.FOLLOW,
|
||||
{ following_id: user_id },
|
||||
{
|
||||
showLoading: true,
|
||||
showLoading: false,
|
||||
loadingText: '关注中...'
|
||||
}
|
||||
);
|
||||
@@ -162,7 +162,7 @@ export class FollowService {
|
||||
API_CONFIG.USER.UNFOLLOW,
|
||||
{ following_id: user_id },
|
||||
{
|
||||
showLoading: true,
|
||||
showLoading: false,
|
||||
loadingText: '取消关注中...'
|
||||
}
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user