This commit is contained in:
张成
2025-09-12 22:34:12 +08:00
parent 471244ee5d
commit 30d16946d2
30 changed files with 104 additions and 65 deletions

View File

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