历史统计数据,错误提示

This commit is contained in:
2025-12-18 15:20:54 +08:00
parent 3ec56a925c
commit 62ca3888d3
3 changed files with 41 additions and 5 deletions

View File

@@ -190,6 +190,11 @@ class QrCodeController extends GetxController
}
var result = BaseModel.fromJson(responseData.data);
if (result.code != 0) {
showToast(result.error);
return;
}
if (result.data == null) {
showBindDialog(resultStr);
return;