Merge branch 'feat/liujie'

This commit is contained in:
2026-02-07 18:13:15 +08:00
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,

View File

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