fix: 修复分享弹窗打开逻辑

This commit is contained in:
2026-02-07 18:13:00 +08:00
parent ba72e0ec97
commit 2acee85dd5
2 changed files with 2 additions and 3 deletions

View File

@@ -3,7 +3,6 @@
"projectname": "playBallTogether",
"description": "playBallTogether",
"appid": "wx815b533167eb7b53",
"setting": {
"urlCheck": true,
"es6": true,
@@ -47,4 +46,4 @@
"simulatorType": "wechat",
"simulatorPluginLibVersion": {},
"condition": {}
}
}

View File

@@ -57,7 +57,7 @@ function Index() {
await delay(1000);
if (from !== "publish") {
if (from === "publish") {
handleShare(true);
}
};