From bcfb05f5e7782ef23e4deb1b38a1ca4b4085181a Mon Sep 17 00:00:00 2001
From: cuiqian2004 <cuiqian2004@163.com>
Date: 星期六, 11 十月 2025 17:09:47 +0800
Subject: [PATCH] test

---
 comm/utils.js |    2 +-
 1 files changed, 1 insertions(+), 1 deletions(-)

diff --git a/comm/utils.js b/comm/utils.js
index a109d14..8e8692a 100644
--- a/comm/utils.js
+++ b/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 || "",

--
Gitblit v1.9.1