From 3bc929afa331e82cfd8ff1431c54d97efc53b489 Mon Sep 17 00:00:00 2001 From: hackrobot Date: Thu, 12 Sep 2024 11:03:28 +0800 Subject: [PATCH] =?UTF-8?q?=E6=A8=A1=E7=89=88=E9=A1=B5=E9=9D=A2?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/app.config.js | 2 +- src/pages/index/index.jsx | 24 ++++++++++++++---------- src/pages/index/index.scss | 3 +++ 3 files changed, 18 insertions(+), 11 deletions(-) diff --git a/src/app.config.js b/src/app.config.js index 40a22dc..17b4550 100644 --- a/src/app.config.js +++ b/src/app.config.js @@ -5,7 +5,7 @@ export default { 'pages/meetup/index', 'pages/meetup/Detail/index', 'pages/group/index', - + 'pages/book/index', ], window: { diff --git a/src/pages/index/index.jsx b/src/pages/index/index.jsx index 2048618..050b746 100644 --- a/src/pages/index/index.jsx +++ b/src/pages/index/index.jsx @@ -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"; }} /> { 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"; }} /> {/* { {/* 两个核心主题:
*/} 1. 云手机+微信机器人+AIGC
- 2. youtube赚美金
+ 2. youtube获利
3. 跨境电商
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 ? "查看" : "阅读"} @@ -534,7 +538,7 @@ const Index = () => { @@ -550,7 +554,7 @@ const Index = () => { {/* 右边 */} - 自由职业 | 沙龙 + 自由交流 | 沙龙 深圳市龙华区 @@ -618,13 +622,13 @@ const Index = () => { } }} > - {userInfo?.activity_status == "2" + {/* {userInfo?.activity_status == "2" ? "审核中" : userInfo?.activity_status == "1" ? "已报名" : // : "立即报名"} - "已满"} - {/* {`报名`} */} + "已满"} */} + {`报名`} diff --git a/src/pages/index/index.scss b/src/pages/index/index.scss index 7647888..fd795a1 100644 --- a/src/pages/index/index.scss +++ b/src/pages/index/index.scss @@ -177,6 +177,9 @@ background-color: #1bb14e; color: #fff; border-radius: 15%; + position: relative; + // bottom: 10px; + right: -10px; } } }