From 7407f9519792df1448ac14ad94699483782bb31d Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 12 Sep 2024 11:46:41 +0800 Subject: [PATCH] update --- src/app.config.js | 2 ++ src/pages/index/index.jsx | 7 +++++-- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/src/app.config.js b/src/app.config.js index 17b4550..fc103aa 100644 --- a/src/app.config.js +++ b/src/app.config.js @@ -6,6 +6,8 @@ export default { 'pages/meetup/Detail/index', 'pages/group/index', 'pages/book/index', + 'pages/salon/index', + ], window: { diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 050b746..fe98ac3 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -554,7 +554,7 @@ const Index = () => { {/* 右边 */} - 自由交流 | 沙龙 + 副业交流 | 沙龙 (6-8人) 深圳市龙华区 @@ -574,6 +574,9 @@ const Index = () => { // }} onClick={() => { + Taro.navigateTo({ + url: "/pages/salon/index", + }); return false; if (userInfo?.activity_status == "1") { // 已预约 @@ -628,7 +631,7 @@ const Index = () => { ? "已报名" : // : "立即报名"} "已满"} */} - {`报名`} + {`查看`}