mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
fix: bangumi mid
Signed-off-by: bggRGjQaUbCoE <githubaccount56556@proton.me>
This commit is contained in:
@@ -65,7 +65,7 @@ class WhisperDetailController extends GetxController {
|
||||
}
|
||||
}
|
||||
|
||||
late final ownerMid = GStorage.userInfo.get('userInfoCache')?.mid;
|
||||
late final ownerMid = Accounts.main.mid;
|
||||
|
||||
Future sendMsg({
|
||||
required String message,
|
||||
@@ -75,7 +75,7 @@ class WhisperDetailController extends GetxController {
|
||||
int? index,
|
||||
}) async {
|
||||
feedBack();
|
||||
if (ownerMid == null) {
|
||||
if (ownerMid == 0) {
|
||||
SmartDialog.dismiss();
|
||||
SmartDialog.showToast('请先登录');
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user