Compare commits
3 Commits
32f5339cc2
...
84159a4835
| Author | SHA1 | Date | |
|---|---|---|---|
| 84159a4835 | |||
| 2acee85dd5 | |||
| ba72e0ec97 |
@@ -3,7 +3,6 @@
|
||||
"projectname": "playBallTogether",
|
||||
"description": "playBallTogether",
|
||||
"appid": "wx815b533167eb7b53",
|
||||
|
||||
"setting": {
|
||||
"urlCheck": true,
|
||||
"es6": true,
|
||||
|
||||
@@ -57,7 +57,7 @@ function Index() {
|
||||
|
||||
await delay(1000);
|
||||
|
||||
if (from !== "publish") {
|
||||
if (from === "publish") {
|
||||
handleShare(true);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user