From fe729234647c83f8029beba4e31dc8d364a6427b Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期三, 27 八月 2025 16:04:35 +0800
Subject: [PATCH] 修BUG
---
 small-program/pages/certification-results/certification-results.vue |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)
diff --git a/small-program/pages/certification-results/certification-results.vue b/small-program/pages/certification-results/certification-results.vue
index f06dd99..5f8d16d 100644
--- a/small-program/pages/certification-results/certification-results.vue
+++ b/small-program/pages/certification-results/certification-results.vue
@@ -128,7 +128,7 @@
 						var param ={
 							id:that.info.id,
 							lat:res.latitude,
-							location:res.address,
+							location:res.name || res.address,
 							lgt:res.longitude
 						}
 						that.$u.api.updateLocation(param).then(res1 =>{
--
Gitblit v1.9.3