扫码结果处理
This commit is contained in:
@@ -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;
|
||||
|
||||
Reference in New Issue
Block a user