设备 预约接口
This commit is contained in:
@@ -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();
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user