红包功能简单化

This commit is contained in:
bobobobo
2026-01-18 23:49:31 +08:00
parent f0aee6ba14
commit d2a22b9419
5 changed files with 64 additions and 20 deletions

View File

@@ -107,7 +107,7 @@ const handleError = (statusCode, data) => {
success: async () => {
await useUserStore().clearAllUserInfo()
// 可选:跳转登录页
uni.redirectTo({ url: '/pages/login/index' })
uni.reLaunch({ url: '/pages/login/login' })
console.log('登录已过期,====')
},
complete: () => {