mirror of
https://github.com/HChaZZY/PiliPlus.git
synced 2025-12-06 09:13:48 +08:00
mod: 新增两处报错提示
This commit is contained in:
@@ -1,4 +1,5 @@
|
||||
import 'package:flutter/material.dart';
|
||||
import 'package:flutter_smart_dialog/flutter_smart_dialog.dart';
|
||||
import 'package:get/get.dart';
|
||||
import 'package:pilipala/http/member.dart';
|
||||
import 'package:pilipala/models/member/archive.dart';
|
||||
@@ -75,6 +76,8 @@ class MemberSearchController extends GetxController {
|
||||
}
|
||||
archivePn += 1;
|
||||
hasRequest = true;
|
||||
} else {
|
||||
SmartDialog.showToast(res['msg']);
|
||||
}
|
||||
// loadingStatus.value = 'finish';
|
||||
return res;
|
||||
|
||||
Reference in New Issue
Block a user