修复bug

This commit is contained in:
yezian 2024-02-06 00:10:30 +08:00
parent c5ab785f2b
commit 21f29740ee
1 changed files with 2 additions and 2 deletions

View File

@ -37,10 +37,10 @@ export default function Weixin({ params }) {
//androidios0:android1:ios //androidios0:android1:ios
const openWechat = () => { const openWechat = () => {
if (device === 0) { if (device === 0) {
window.open("weixin://", "_ blank"); window.open("weixin://", "_blank");
return; return;
} }
window.open("weixin://scanqrcode", "_ blank"); window.open("weixin://scanqrcode", "_blank");
}; };
if (isLoading) { if (isLoading) {