diff --git a/src/pages/home/components/CheckIn/index.tsx b/src/pages/home/components/CheckIn/index.tsx index 93329a4..7fe8ef5 100644 --- a/src/pages/home/components/CheckIn/index.tsx +++ b/src/pages/home/components/CheckIn/index.tsx @@ -154,9 +154,10 @@ const CheckIn = () => { }); setTimeout(() => { - // 返回首页 - Taro.navigateTo({ - url: "/pages/home/index", + // 返回首页 [上一页] + Taro.navigateBack({ + // url: "/pages/home/index", + delta: 1 }); }, 2000); });