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

Reviewed-on: https://git.wishpal.cn/wishpal_ironfan/tiefen_space_web/pulls/34
This commit is contained in:
yezian 2024-02-06 00:10:53 +08:00
commit 1b707ea2fc
1 changed files with 2 additions and 2 deletions

View File

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