diff --git a/src/passport/qr-confirm/index.tsx b/src/passport/qr-confirm/index.tsx
index a01f594..d342b7d 100644
--- a/src/passport/qr-confirm/index.tsx
+++ b/src/passport/qr-confirm/index.tsx
@@ -128,7 +128,7 @@ const QRConfirmPage: React.FC = () => {
}
}
- Taro.showToast({ title: '授权成功,正在确认登录...', icon: 'success' });
+ Taro.showToast({ title: '授权成功,正在确认登录...', icon: 'none' });
// 延迟确认扫码登录
setTimeout(() => handleConfirmQRLogin(res.data.data.user), 1500);
@@ -288,10 +288,6 @@ const QRConfirmPage: React.FC = () => {
backgroundClip: 'text', marginBottom: '8px',
}}>websopy
-
- 智能连接 · 安全登录
-
-