设备 预约接口

This commit is contained in:
czz
2025-06-16 21:43:07 +08:00
parent f7b50ae609
commit 89d0bbcc00
29 changed files with 2134 additions and 1085 deletions

View File

@@ -147,7 +147,11 @@ class _ExperienceStorePageState extends State<ExperienceStorePage> {
if (controller
.model.experienceStoreModelList.length ==
0) {
return Empty();
return CircularProgressIndicator(
strokeWidth: 1,
valueColor:
AlwaysStoppedAnimation<Color>(Colors.white),
);
} else {
return Container();
}