扫码结果处理

This commit is contained in:
2025-11-13 15:56:05 +08:00
parent 5c79a27ac4
commit feedc8c511
5 changed files with 139 additions and 55 deletions

View File

@@ -421,7 +421,7 @@ class ReservationController extends GetxController with BaseControllerMixin {
var responseData = await HttpService.to.get("hydrogen/queryHydrogenSiteInfo");
if (responseData == null && responseData!.data == null) {
if (responseData == null || responseData.data == null) {
showToast('暂时无法获取站点信息');
dismissLoading();
return;