设备 预约接口
This commit is contained in:
@@ -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(
|
||||
|
||||
Reference in New Issue
Block a user