修改样式

This commit is contained in:
xuli3099
2025-08-15 17:14:21 +08:00
parent 0678d725ad
commit c3498510c6
2 changed files with 41 additions and 19 deletions

View File

@@ -273,6 +273,8 @@ const submitForm = () => {
userStore.login(res);
uni.switchTab({ url: '/pages/home/home' })
btnLoading.value = false;
}).finally(()=>{
btnLoading.value = false;
})
} else {