1.更新消息阅读时间
2.修复配置wifi时wifi名称存在空格时配置失败 3.修复门店体验列表刷新失败
This commit is contained in:
@@ -627,6 +627,9 @@ Widget _buildCityPickerContent(
|
||||
PersonController personController = Get.find();
|
||||
personController.cityModel = fullCityData;
|
||||
personController.updateAll();
|
||||
if (onCityChanged != null) {
|
||||
onCityChanged(fullCityData);
|
||||
}
|
||||
Navigator.of(context).pop();
|
||||
}
|
||||
},
|
||||
@@ -809,4 +812,4 @@ Widget _buildErrorBottomSheet(
|
||||
],
|
||||
),
|
||||
);
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user