This commit is contained in:
xiaoaojiao
2025-12-25 15:48:43 +08:00
parent 75897f8ff7
commit f48082a5f9
4 changed files with 43 additions and 47 deletions

View File

@@ -199,7 +199,7 @@ export const Request = async (url, data, type, noloading, noerror) => {
return
} else {
if (!noerror) {
// weui.alert(message)
weui.alert(message)
}
return { res: response, json: result }
}