更新睡眠报告
This commit is contained in:
@@ -268,7 +268,13 @@ class _EPageState extends State<BindDeviceSuccess> {
|
||||
borderRadius:
|
||||
AppConstants().button_container_radius, // 圆角半径
|
||||
onTap: () {
|
||||
Get.offAllNamed("/mianPageBottomChange");
|
||||
BlueteethBindController blueteethBindController =
|
||||
Get.find();
|
||||
if (blueteethBindController.returnPage == 0) {
|
||||
Get.offAllNamed("/mianPageBottomChange");
|
||||
} else {
|
||||
Get.offAllNamed("/bodyDevice");
|
||||
}
|
||||
},
|
||||
colors: [
|
||||
// 渐变色
|
||||
|
||||
Reference in New Issue
Block a user