设备人员更新
This commit is contained in:
@@ -5,6 +5,7 @@ import 'package:flutter_svg/svg.dart';
|
||||
import 'package:vbvs_app/common/util/FitTool.dart';
|
||||
import 'package:vbvs_app/common/util/MyUtils.dart';
|
||||
import 'package:vbvs_app/component/tool/ClickableContainer.dart';
|
||||
import 'package:vbvs_app/component/tool/TopSlideNotification.dart';
|
||||
|
||||
class BluetoothPage extends GetView {
|
||||
Map data;
|
||||
@@ -135,18 +136,14 @@ class BluetoothPage extends GetView {
|
||||
arguments: data),
|
||||
_buildMenuButton(
|
||||
context, '房间选择', "/roomPickerPage"),
|
||||
_buildMenuButton(
|
||||
context, '设备校准', "/devicePeopleInfo"),
|
||||
_buildMenuButton(
|
||||
context, '体征传感器', "/devicePeopleInfo"),
|
||||
_buildMenuButton(
|
||||
context, 'WIFI配置', "/devicePeopleInfo"),
|
||||
_buildMenuButton(context, '设备校准', ""),
|
||||
_buildMenuButton(context, '体征传感器', ""),
|
||||
_buildMenuButton(context, 'WIFI配置', ""),
|
||||
_buildMenuButton(
|
||||
context, '睡眠习惯', "/sleepHabitPage"),
|
||||
_buildMenuButton(
|
||||
context, '分享设备', "/deviceSharePage"),
|
||||
_buildMenuButton(
|
||||
context, '解绑', "/devicePeopleInfo"),
|
||||
_buildMenuButton(context, '解绑', ""),
|
||||
],
|
||||
),
|
||||
),
|
||||
@@ -172,6 +169,11 @@ class BluetoothPage extends GetView {
|
||||
} else {
|
||||
Get.toNamed(path!);
|
||||
}
|
||||
} else {
|
||||
TopSlideNotification.show(
|
||||
context,
|
||||
text: "功能开发中...",
|
||||
);
|
||||
}
|
||||
},
|
||||
child: Container(
|
||||
|
||||
Reference in New Issue
Block a user