语言脚本

This commit is contained in:
czz
2025-07-28 10:48:06 +08:00
parent 37ff573fd4
commit 92b6896176
5 changed files with 872 additions and 216 deletions

View File

@@ -2016,21 +2016,6 @@ class ApplyRepairPage extends GetView<ApplyRepairController> {
return images;
}
List<DropdownMenuItem<String>> _getDropdownItems() {
List<String> options = [
'智能床垫AH-2型',
'智能床垫BY-H型',
'智能床垫BY-C型',
// 可以在这里添加更多选项
];
return options.map((String value) {
return DropdownMenuItem<String>(
value: value,
child: Text(value),
);
}).toList();
}
String checkRepairParam() {
String message = "";