flat: css

This commit is contained in:
Apcallover
2025-12-28 20:19:17 +08:00
parent 544b2dfb4f
commit bbf6fc57c8
5 changed files with 182 additions and 157 deletions

View File

@@ -139,7 +139,7 @@ export function createRequest(url, data = {}, method = 'GET', loading = false, h
resolve(resData.data)
return
}
if (msg) {
if (msg && config.showErrorMessage) {
uni.showToast({
title: msg,
icon: 'none'