cyy
2025-09-28 fb026e6052b4d843d327312db398cf791ac57ab9
comm/utils.js
@@ -66,7 +66,6 @@
   if (!ex)
      return
   let tip = ex
   console.log(ex);
   if (typeof ex !== "string") {
      let exStr = JSON.stringify(ex)
      if (exStr == "{}")
@@ -74,6 +73,7 @@
      tip = typeof ex.errMsg == "string" ? ex.errMsg : typeof ex.msg == "string" ? ex.msg : typeof ex.message ==
         "string" ? ex.message : exStr
   }
   console.log(ex,tip)
   //plus.nativeUI.alert(tip,title);
   return uni.showModal({
      title: title || "",