解绑设备

This commit is contained in:
czz
2025-06-24 15:38:18 +08:00
parent c21896a408
commit 1522f2e4c9
17 changed files with 706 additions and 472 deletions

View File

@@ -27,12 +27,12 @@ class IssuePreviewWidget extends GetView<IssuePreviewInfoController> {
// await Future.delayed(Duration(milliseconds: 100));
// issueListController.model.selectedIndex = -1;
// issueListController.updateAll();
// var article = issueListController.model.issueList![index];
// Get.toNamed("/helpArticle", arguments: article);
TopSlideNotification.show(
context,
text: "功能开发中...",
);
var article = issueListController.model.issueList![index];
Get.toNamed("/helpArticle", arguments: article);
// TopSlideNotification.show(
// context,
// text: "功能开发中...",
// );
},
child: Obx(() {
return Container(