mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-24 02:56:58 +08:00
refa: reply2reply panel
tweaks Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -431,7 +431,11 @@ class UgcIntroController extends CommonIntroController with ReloadMixin {
|
||||
SmartDialog.showToast('账号未登录');
|
||||
return;
|
||||
}
|
||||
int? mid = videoDetail.value.owner?.mid;
|
||||
final videoDetail = this.videoDetail.value;
|
||||
if (videoDetail.staff?.isNotEmpty == true) {
|
||||
return;
|
||||
}
|
||||
int? mid = videoDetail.owner?.mid;
|
||||
if (mid == null) {
|
||||
return;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user