处理微信端无法显示账号密码弹窗显示的问题

This commit is contained in:
77 2024-11-06 14:20:51 +08:00
parent a715a91a19
commit 76c73abf07

View File

@ -8,6 +8,9 @@ import AuthUtil from '@/sheep/api/member/auth';
// 打开授权弹框
export function showAuthModal(type = 'smsLogin') {
const modal = $store('modal');
modal.$patch((state) => {
state.auth = '';
});
if (modal.auth !== '') {
closeAuthModal();
setTimeout(() => {