Skip to content

Commit

Permalink
fix: 修复竖屏下首次进入的弹窗顺序
Browse files Browse the repository at this point in the history
  • Loading branch information
typed-sigterm committed Jan 15, 2025
1 parent aef59a8 commit 2d47930
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/app.vue
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ promiseTimeout(1500).then(() => loading.value = false);
promiseTimeout(1850).then(async () => {
bus.emit('login');
show.value = true;
alertOrientation();
await alertOrientation();
await triggerWelcomeGuide();
bus.emit('check-update');
});
Expand Down

0 comments on commit 2d47930

Please sign in to comment.