更新设备校准
This commit is contained in:
@@ -77,7 +77,7 @@ class _ApplyRepairSuccessState extends State<ApplyRepairSuccess> {
|
||||
left: 40.rpx,
|
||||
child: ClickableContainer(
|
||||
onTap: () {
|
||||
Get.offAllNamed("/mianPageBottomChange");
|
||||
Get.offNamed("/mianPageBottomChange");
|
||||
},
|
||||
backgroundColor: Colors.transparent,
|
||||
highlightColor: Colors
|
||||
@@ -252,7 +252,7 @@ class _ApplyRepairSuccessState extends State<ApplyRepairSuccess> {
|
||||
borderRadius:
|
||||
AppConstants().button_container_radius, // 圆角半径
|
||||
onTap: () {
|
||||
Get.offAllNamed("/mianPageBottomChange");
|
||||
Get.offNamed("/mianPageBottomChange");
|
||||
},
|
||||
colors: [
|
||||
// 渐变色
|
||||
|
||||
Reference in New Issue
Block a user