模版页面

This commit is contained in:
hackrobot
2024-09-12 11:03:28 +08:00
parent fa1d8cddec
commit 3bc929afa3
3 changed files with 18 additions and 11 deletions

View File

@@ -5,7 +5,7 @@ export default {
'pages/meetup/index',
'pages/meetup/Detail/index',
'pages/group/index',
'pages/book/index',
],
window: {

View File

@@ -378,7 +378,7 @@ const Index = () => {
onClick={() => {
window.location.href =
// "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3403853254399082501#wechat_redirect";
"https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3555705062712901639#wechat_redirect"
"https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3555705062712901639#wechat_redirect";
}}
/>
<AtListItem
@@ -389,7 +389,7 @@ const Index = () => {
onClick={() => {
window.location.href =
// "https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3545545030499270661#wechat_redirect";
"https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3629790245010128902#wechat_redirect"
"https://mp.weixin.qq.com/mp/appmsgalbum?__biz=MzU4NTgyNDUxNw==&action=getalbum&album_id=3629790245010128902#wechat_redirect";
}}
/>
{/* <AtListItem
@@ -428,7 +428,7 @@ const Index = () => {
{/* 两个核心主题: <br /> */}
1. 云手机+微信机器人+AIGC
<br />
2. youtube赚美金 <br />
2. youtube获利 <br />
3. 跨境电商
<br />
4. 独立开发者
@@ -441,6 +441,10 @@ const Index = () => {
onClick={() => {
// 19元解锁书籍
// payh5("bookpay", 10);
Taro.navigateTo({
url: "/pages/book/index",
});
return false;
if (!!userInfo?.ebook) {
// 已预约
@@ -495,8 +499,8 @@ const Index = () => {
}}
>
{/* {!!userInfo?.ebook ? "已预约" : "预约"} */}
{!!userInfo?.ebook ? "未完结" : "未完结"}
{/* {bookpay == 1 ? "查看" : "阅读"} */}
{/* {!!userInfo?.ebook ? "未完结" : "未完结"} */}
{bookpay == 1 ? "查看" : "阅读"}
</View>
</View>
</View>
@@ -534,7 +538,7 @@ const Index = () => {
<View className="index-meetup animate__animated animate__pulse">
<AtCard
// note="提示文字"
extra="2024/09/13"
extra="2024/09/15"
title="线下活动"
thumb="http://img12.360buyimg.com/jdphoto/s72x72_jfs/t10660/330/203667368/1672/801735d7/59c85643N31e68303.png"
>
@@ -550,7 +554,7 @@ const Index = () => {
{/* 右边 */}
<View className="meetup-right">
<View className="title">自由职业 | 沙龙</View>
<View className="title">自由交流 | 沙龙</View>
<View className="address">
<AtIcon value="map-pin" size="30" color="#F00"></AtIcon>
<span>深圳市龙华区</span>
@@ -618,13 +622,13 @@ const Index = () => {
}
}}
>
{userInfo?.activity_status == "2"
{/* {userInfo?.activity_status == "2"
? "审核中"
: userInfo?.activity_status == "1"
? "已报名"
: // : "立即报名"}
"已满"}
{/* {`报名`} */}
"已满"} */}
{`报名`}
</View>
</View>
</View>

View File

@@ -177,6 +177,9 @@
background-color: #1bb14e;
color: #fff;
border-radius: 15%;
position: relative;
// bottom: 10px;
right: -10px;
}
}
}