diff --git a/src/pages/book/index.tsx b/src/pages/book/index.tsx index d848abe..79e7a97 100644 --- a/src/pages/book/index.tsx +++ b/src/pages/book/index.tsx @@ -147,9 +147,12 @@ const Book = () => { { - Taro.navigateBack({ - delta: 1, // 表示返回的页面数,默认是 1,表示返回上一页 - }); + Taro.redirectTo({ + url: `/` + }) + // Taro.navigateBack({ + // delta: 1, // 表示返回的页面数,默认是 1,表示返回上一页 + // }); }} >