Co-Authored-By: Claude Opus 4.7 <noreply@anthropic.com>
@@ -706,8 +706,8 @@ async function createNewBook() {
});
uni.showToast({ title: '更新成功', icon: 'success' });
setTimeout(() => {
- uni.navigateBack();
- }, 1500);
+ uni.redirectTo({ url: '/pages/book-generator/index' });
+ }, 800);
} catch (e: any) {
uni.showToast({ title: e.message || '更新失败', icon: 'none' });
} finally {