From 2af5f043b60c1f7ac38ecccc8f5bf44743134325 Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期五, 12 十二月 2025 18:08:00 +0800
Subject: [PATCH] test

---
 pages/map/js/ctx-mini.js |    4 ++--
 1 files changed, 2 insertions(+), 2 deletions(-)

diff --git a/pages/map/js/ctx-mini.js b/pages/map/js/ctx-mini.js
index e5014a9..b433235 100644
--- a/pages/map/js/ctx-mini.js
+++ b/pages/map/js/ctx-mini.js
@@ -3477,7 +3477,7 @@
 			if (type == "string") {
 				let tip = ex
 				console.log(ex)
-				plus.nativeUI.alert(tip, undefined, "閿欒");
+				plus.nativeUI.alert(tip, undefined, this.translate('error'));
 				return
 			}
 			let exStr = JSON.stringify(ex)
@@ -3486,7 +3486,7 @@
 
 			let tip = typeof ex.msg == "string" ? ex.msg : exStr
 			console.log(tip)
-			plus.nativeUI.alert(tip, undefined, "閿欒");
+			plus.nativeUI.alert(tip, undefined, this.translate('error'));
 		},
 		showToast(ex) {
 			const type = typeof ex

--
Gitblit v1.9.1