细节优化

This commit is contained in:
francis_fh
2026-01-28 17:17:29 +08:00
parent a128926c21
commit 7634a24c3a
6 changed files with 18 additions and 15 deletions

View File

@@ -49,14 +49,12 @@ export function navigateToLoginPage(options = {}) {
return;
case 'h5':
if (loginType === 'idCard') {
// H5端身份证号码登录
loginPage = '/pages/login/id-card-login';
} else {
// H5端账号密码登录
loginPage = '/pages/login/h5-login';
}
break;
uni.showToast({
title: '请先登录',
icon: 'none',
duration: 2000
});
return;
case 'app':
// App端使用微信授权登录