k94314517
2024-10-16 17efddc6a667670dca682bf36b51a43e99615e6d
h5/utils/service.js
@@ -26,17 +26,21 @@
               // 控制台显示数据信息
               uni.hideLoading()
               // 登录过期
               if (data.code === 401) {
                  uni.navigateTo({
                     url: '/pages/staffLogin/login'
                  });
               }
               if (data.code !== 200) {
                  uni.showToast({
                     title: data.message,
                     icon: "none",
                     duration: 2000
                  setTimeout(() => {
                     uni.showToast({
                        title: data.message,
                        icon: "none",
                        duration: 2000
                     })
                  })
                  if (data.code === 500) {
                     uni.clearStorageSync()
                     return uni.navigateTo({
                        url: '/pages/login/login'
                     })
                  }
                  return
               }
               resolve(data)
               // return response.data
@@ -46,7 +50,7 @@
               uni.showToast({
                  title: '请求接口失败'
               })
               // 返回错误消息
               reject(err)
               uni.hideLoading()