opt: 收藏夹为空提示

This commit is contained in:
guozhigq
2024-09-12 09:40:08 +08:00
parent 54f3bb166e
commit d0d10f13ee

View File

@ -57,6 +57,8 @@ class UserHttp {
if (res.data['data'] != null) {
data = FavFolderData.fromJson(res.data['data']);
return {'status': true, 'data': data};
} else {
return {'status': false, 'msg': '收藏夹为空'};
}
} else {
return {