修复bug
This commit is contained in:
parent
21f29740ee
commit
88765401a1
|
@ -40,7 +40,9 @@ export default function Weixin({ params }) {
|
||||||
window.open("weixin://", "_blank");
|
window.open("weixin://", "_blank");
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
window.open("weixin://scanqrcode", "_blank");
|
var link = document.createElement("a");
|
||||||
|
link.href = "weixin://scanqrcode";
|
||||||
|
link.click();
|
||||||
};
|
};
|
||||||
|
|
||||||
if (isLoading) {
|
if (isLoading) {
|
||||||
|
|
Loading…
Reference in New Issue