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