设备 预约接口

This commit is contained in:
czz
2025-06-16 21:43:07 +08:00
parent f7b50ae609
commit 89d0bbcc00
29 changed files with 2134 additions and 1085 deletions

View File

@@ -21,16 +21,17 @@ class IssuePreviewWidget extends GetView<IssuePreviewInfoController> {
Widget build(BuildContext context) {
return InkWell(
onTap: () async {
// issueListController.model.selectedIndex = index;
// issueListController.updateAll();
// await Future.delayed(Duration(milliseconds: 100));
// issueListController.model.selectedIndex = -1;
// issueListController.updateAll();
// var article = issueListController.model.issueList![index];
// Get.toNamed("/helpArticle", arguments: article);
issueListController.model.selectedIndex = index;
issueListController.updateAll();
await Future.delayed(Duration(milliseconds: 100));
issueListController.model.selectedIndex = -1;
issueListController.updateAll();
var article = issueListController.model.issueList![index];
Get.toNamed("/helpArticle", arguments: article);
},
child: Obx(() {
return Container(
margin: EdgeInsets.only(left: 30.rpx, right: 30.rpx),
alignment: Alignment.center,
width: double.infinity,
constraints: BoxConstraints(