fix: 修复分享弹窗打开逻辑
This commit is contained in:
@@ -57,7 +57,7 @@ function Index() {
|
||||
|
||||
await delay(1000);
|
||||
|
||||
if (from !== "publish") {
|
||||
if (from === "publish") {
|
||||
handleShare(true);
|
||||
}
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user