This commit is contained in:
2025-11-03 18:06:02 +08:00
parent afe8093616
commit aa89c12fe0
2 changed files with 4 additions and 4 deletions

View File

@@ -67,9 +67,9 @@
}) })
}, },
async toLogin() { async toLogin() {
// uni.redirectTo({ uni.redirectTo({
// url: '/pages/home/home' url: '/pages/home/home'
// }) })
this.disabled = true this.disabled = true
if (this.user === '') { if (this.user === '') {
uni.showToast({ uni.showToast({

View File

@@ -249,7 +249,7 @@
title: res.message, title: res.message,
icon: 'none' icon: 'none'
}) })
this.clearUp() this.clearUp2()
} else { } else {
uni.showToast({ uni.showToast({
title: res.message, title: res.message,