语言脚本
This commit is contained in:
@@ -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 = "";
|
||||
|
||||
Reference in New Issue
Block a user