@@ -91,7 +91,7 @@ const toUploadImage = (type: string) => {
}
uni.showModal({
title: "提示",
- content: res.message,
+ content: res.message || "",
showCancel: false, // 如果只需要确定按钮,可以隐藏取消按钮
});
// uni.showToast({