初步完善密码登录和验证码登录的逻辑

This commit is contained in:
sfmind
2022-04-10 20:31:45 +08:00
parent 7fd8e0dd6c
commit e10b707588
3 changed files with 131 additions and 46 deletions

View File

@ -65,6 +65,7 @@
},
methods: {
handleUserInfoClick(){
// TODO 判断是否已经登录逻辑
if (!uni.getStorageSync('token')) {
uni.$u.route('/pages/login/login');
} else {