From bc09bc87234065abe7130b84c92f81f143f5f3e7 Mon Sep 17 00:00:00 2001
From: doum <doum>
Date: 星期四, 09 十月 2025 16:25:06 +0800
Subject: [PATCH] 最新版本541200007
---
h5/utils/service.js | 10 +++++-----
1 files changed, 5 insertions(+), 5 deletions(-)
diff --git a/h5/utils/service.js b/h5/utils/service.js
index 4a85322..4d7a31a 100644
--- a/h5/utils/service.js
+++ b/h5/utils/service.js
@@ -33,16 +33,16 @@
icon: "none",
duration: 2000
})
- })
+ },500)
if (data.code === 500) {
uni.showToast({
'title': '鏈嶅姟鍣ㄥ紓甯�',icon:'none'
})
}
- if (data.code === 5112) {
- uni.clearStorageSync()
- window.location.href = app_url
- }
+ // if (data.code === 5112) {
+ // uni.clearStorageSync()
+ // window.location.href = app_url
+ // }
return resolve(data)
}
resolve(data)
--
Gitblit v1.9.3