fix:移除高德同时移除锁基本信息中的位置信息
This commit is contained in:
parent
03c24b3c97
commit
9c4cea5224
@ -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:
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user