update
1.修改“未获取位置信息”没有及时去掉问题
This commit is contained in:
@@ -221,7 +221,6 @@
|
|||||||
);
|
);
|
||||||
|
|
||||||
async function forHelp(record: any) {
|
async function forHelp(record: any) {
|
||||||
showMapBottom.value = false;
|
|
||||||
indexModalRef.value.closeDialog();
|
indexModalRef.value.closeDialog();
|
||||||
record['lat'] = record?.latitude;
|
record['lat'] = record?.latitude;
|
||||||
record['lon'] = record?.longitude;
|
record['lon'] = record?.longitude;
|
||||||
@@ -447,6 +446,7 @@
|
|||||||
const showHospitalList = ref(false);
|
const showHospitalList = ref(false);
|
||||||
|
|
||||||
async function confirmHelp(data: any) {
|
async function confirmHelp(data: any) {
|
||||||
|
showMapBottom.value = false;
|
||||||
Map.driveLine && Map.driveLine.clear();
|
Map.driveLine && Map.driveLine.clear();
|
||||||
try {
|
try {
|
||||||
const res = await careUserApi({ userId: data?.userId });
|
const res = await careUserApi({ userId: data?.userId });
|
||||||
|
|||||||
Reference in New Issue
Block a user