隐藏load ,提高用户体验

This commit is contained in:
张成
2025-09-29 10:35:34 +08:00
parent 090a44fd6e
commit 9b6e3e15d0
5 changed files with 36 additions and 170 deletions

View File

@@ -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: '取消关注中...'
}
);