This commit is contained in:
李瑞
2025-09-13 18:16:09 +08:00
parent 076c0ed980
commit 171687085b
3 changed files with 7 additions and 8 deletions

View File

@@ -224,10 +224,10 @@ class HttpService {
// 显示加载提示
if (showLoading) {
// Taro.showLoading({
// title: loadingText,
// mask: true
// })
Taro.showLoading({
title: loadingText,
mask: true
})
}
try {