报修 房间选择
This commit is contained in:
@@ -30,13 +30,13 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
|
||||
highlightColor: Color(0XFF055466),
|
||||
padding: EdgeInsets.only(top: 0),
|
||||
onTap: () {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "功能开发中...",
|
||||
);
|
||||
// TopSlideNotification.show(
|
||||
// context,
|
||||
// text: "功能开发中...",
|
||||
// );
|
||||
|
||||
// Get.toNamed("/repairHistoryListPage",
|
||||
// arguments: repairListController.model.repairList[index]);
|
||||
Get.toNamed("/repairHistoryListPage",
|
||||
arguments: repairListController.model.repairList[index]);
|
||||
},
|
||||
child: Container(
|
||||
// height: 119.rpx,
|
||||
@@ -63,8 +63,8 @@ class RepairHistoryWidget extends GetView<RepairInfoController> {
|
||||
crossAxisAlignment: CrossAxisAlignment.start,
|
||||
children: [
|
||||
Text(
|
||||
repairListController.model.repairList[index]['device'][0]['name']
|
||||
??
|
||||
repairListController.model.repairList[index]['device']
|
||||
[0]['name'] ??
|
||||
'',
|
||||
style: TextStyle(
|
||||
color: Colors.white, fontSize: 30.rpx, height: 1),
|
||||
|
||||
Reference in New Issue
Block a user