1.更新消息阅读时间
2.修复配置wifi时wifi名称存在空格时配置失败 3.修复门店体验列表刷新失败
This commit is contained in:
@@ -57,7 +57,7 @@ class ExperienceStoreListController
|
||||
// if (page == 0) {
|
||||
// position = await weatherModelController.determinePosition();
|
||||
// }
|
||||
|
||||
|
||||
lock = true;
|
||||
int page_ = page;
|
||||
ApiService.reservation
|
||||
@@ -74,6 +74,7 @@ class ExperienceStoreListController
|
||||
.indexWhere((item2) => item2["id"] == item["id"]) ==
|
||||
-1) {
|
||||
model.experienceStoreModelList.add(item);
|
||||
attr.refresh();
|
||||
} else {
|
||||
model.experienceStoreModelList[index] = item;
|
||||
}
|
||||
@@ -82,10 +83,10 @@ class ExperienceStoreListController
|
||||
}
|
||||
page = page_ + 1;
|
||||
total = d.data["total"];
|
||||
updateAll();
|
||||
// updateAll();
|
||||
attr.refresh();
|
||||
}).catchError((d) {
|
||||
lock = false;
|
||||
});
|
||||
}
|
||||
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user