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