This commit is contained in:
wyf
2025-08-12 10:26:30 +08:00
parent 101b60611a
commit b528ab950d
16 changed files with 78 additions and 224 deletions

View File

@@ -390,9 +390,8 @@ class _EPageState extends State<DeviceTypePage> {
if (type != null) {
if (type == 1) {
Get.toNamed("/blueteethDevice");
}
if (type == 2) {
TopSlideNotification.show(
}else{
TopSlideNotification.show(
context,
text: "待开发.提示".tr,
textColor: themeController.currentColor.sc2,