Merge pull request '修复bug' (#35) from feat-20240118 into main

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/35
This commit is contained in:
yezian 2024-02-06 00:20:34 +08:00
commit 27e595aa3e
1 changed files with 3 additions and 1 deletions

View File

@ -40,7 +40,9 @@ export default function Weixin({ params }) {
window.open("weixin://", "_blank");
return;
}
window.open("weixin://scanqrcode", "_blank");
var link = document.createElement("a");
link.href = "weixin://scanqrcode";
link.click();
};
if (isLoading) {