This commit is contained in:
wyf
2025-05-24 17:28:33 +08:00
parent 3d45b7d991
commit a5582faa79
5 changed files with 324 additions and 18 deletions

View File

@@ -1164,7 +1164,8 @@ class _DeviceDataComponentWidgetState extends State<DeviceDataComponentWidget> {
child: CustomCard(
borderRadius: AppConstants().button_container_radius,
onTap: () {
TopSlideNotification.show(context, text: "待开发功能".tr);
// TopSlideNotification.show(context, text: "待开发功能".tr);
Get.toNamed("/messageReviewPage",arguments: widget.device);
},
colors: [
themeController.currentColor.sc1,