历史统计数据,错误提示
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user