设备报修

This commit is contained in:
czz
2025-07-14 18:04:42 +08:00
parent a26834f56c
commit d5a5e3282d
13 changed files with 952 additions and 374 deletions

View File

@@ -39,7 +39,7 @@ class _ExperienceStorePageState extends State<ExperienceStorePage> {
super.initState();
Timer(Duration(milliseconds: 100), () async {
controller.resetParm();
await weatherModelController.determinePosition();
// await weatherModelController.determinePosition();
controller.page = 0;
controller.getData();
scrollController.addListener(() {