fix:移除高德同时移除锁基本信息中的位置信息

This commit is contained in:
liyi 2025-05-17 15:12:13 +08:00
parent 03c24b3c97
commit 9c4cea5224

View File

@ -158,23 +158,23 @@ class _BasicInformationPageState extends State<BasicInformationPage> {
allHeight: 70.h,
isHaveLine: true),
)),
Obx(() => CommonItem(
leftTitel: '位置信息'.tr,
// rightTitle: state.lockBasicInfo.value.address ?? "-",
allHeight: 80.h,
isHaveLine: false,
isHaveRightWidget: true,
rightWidget: SizedBox(
width: 300.w,
child: Text(state.lockBasicInfo.value.address ?? ''.tr,
maxLines: 2,
overflow: TextOverflow.ellipsis,
textAlign: TextAlign.end,
style: TextStyle(
fontSize: 22.sp,
color: AppColors.darkGrayTextColor)),
),
)),
// Obx(() => CommonItem(
// leftTitel: '位置信息'.tr,
// // rightTitle: state.lockBasicInfo.value.address ?? "-",
// allHeight: 80.h,
// isHaveLine: false,
// isHaveRightWidget: true,
// rightWidget: SizedBox(
// width: 300.w,
// child: Text(state.lockBasicInfo.value.address ?? ''.tr,
// maxLines: 2,
// overflow: TextOverflow.ellipsis,
// textAlign: TextAlign.end,
// style: TextStyle(
// fontSize: 22.sp,
// color: AppColors.darkGrayTextColor)),
// ),
// )),
/* 2024-01-12 by DaisyWu
CommonItem(
leftTitel: