mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-22 10:06:23 +08:00
mod: opus: show itemnull, moduleblocked
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -119,7 +119,7 @@ class ArticleController extends ReplyController<MainListReply> {
|
||||
}
|
||||
|
||||
// stats
|
||||
Future<bool> getArticleInfo() async {
|
||||
Future<bool> getArticleInfo([bool isGetCover = false]) async {
|
||||
final res = await DynamicsHttp.articleInfo(cvId: commentId);
|
||||
if (res['status']) {
|
||||
summary
|
||||
@@ -140,6 +140,9 @@ class ArticleController extends ReplyController<MainListReply> {
|
||||
);
|
||||
return true;
|
||||
}
|
||||
if (isGetCover) {
|
||||
SmartDialog.showToast(res['msg']);
|
||||
}
|
||||
return false;
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user