报修 房间选择

This commit is contained in:
czz
2025-07-21 16:50:57 +08:00
parent 32ce75d65f
commit 210617c6ff
17 changed files with 507 additions and 912 deletions

View File

@@ -111,6 +111,7 @@ class LanguagePage extends GetView<MHLanguageController> {
Widget _buildItem(BuildContext context, int index, MHLanguageModel model) {
return GestureDetector(
behavior: HitTestBehavior.opaque,
onTap: () {
controller.selectLanguage.value = model;
},