This commit is contained in:
hackrobot
2024-09-12 11:46:41 +08:00
parent 3bc929afa3
commit 7407f95197
2 changed files with 7 additions and 2 deletions

View File

@@ -6,6 +6,8 @@ export default {
'pages/meetup/Detail/index',
'pages/group/index',
'pages/book/index',
'pages/salon/index',
],
window: {

View File

@@ -554,7 +554,7 @@ const Index = () => {
{/* 右边 */}
<View className="meetup-right">
<View className="title">自由交流 | 沙龙</View>
<View className="title">副业交流 | 沙龙 (6-8)</View>
<View className="address">
<AtIcon value="map-pin" size="30" color="#F00"></AtIcon>
<span>深圳市龙华区</span>
@@ -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 = () => {
? "已报名"
: // : "立即报名"}
"已满"} */}
{`报名`}
{`查看`}
</View>
</View>
</View>