cuiqian2004
4 天以前 2af5f043b60c1f7ac38ecccc8f5bf44743134325
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