fix: 修复登录拒绝也存token

This commit is contained in:
duanshuwen
2025-09-25 19:11:42 +08:00
parent 86c87b2cc4
commit f3d84c9349
4 changed files with 21 additions and 13 deletions

View File

@@ -111,12 +111,7 @@ const getPhoneNumber = (e) => {
});
goBack();
})
.catch(() => {
uni.showToast({
title: "登录失败",
icon: "none",
});
});
.catch(() => {});
};
// 处理同意协议点击事件