update
This commit is contained in:
@@ -6,6 +6,8 @@ export default {
|
||||
'pages/meetup/Detail/index',
|
||||
'pages/group/index',
|
||||
'pages/book/index',
|
||||
'pages/salon/index',
|
||||
|
||||
|
||||
],
|
||||
window: {
|
||||
|
||||
@@ -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>
|
||||
|
||||
Reference in New Issue
Block a user