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:
commit
27e595aa3e
|
@ -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) {
|
||||
|
|
Loading…
Reference in New Issue