From e5b270a0dbdcfd3847fec6c9c3a1b351925c51c3 Mon Sep 17 00:00:00 2001
From: lin <sbla5888@163.com>
Date: Fri, 10 May 2024 11:20:26 +0800
Subject: [PATCH] bug修復

---
 subPackage/school/clockIn.vue |    5 ++++-
 1 files changed, 4 insertions(+), 1 deletions(-)

diff --git a/subPackage/school/clockIn.vue b/subPackage/school/clockIn.vue
index 99fdf3a..f7f8847 100644
--- a/subPackage/school/clockIn.vue
+++ b/subPackage/school/clockIn.vue
@@ -269,7 +269,10 @@
 					if (isJur == 1) {
 						if (doorplateType == "中门牌" || doorplateType == "小门牌") {
 							this.info.houseCode = code;
-							this.info.placeName = res.data.poi;
+							this.info.placeName = res.data.aoiName;
+							this.info.location = res.data.addressName;
+							this.info.lng = res.data.x;
+							this.info.lat = res.data.y;
 						}
 					} else {
 						uni.showModal({

--
Gitblit v1.9.3