update
This commit is contained in:
@@ -386,6 +386,7 @@ const Index = () => {
|
|||||||
<View
|
<View
|
||||||
className="bookPrice"
|
className="bookPrice"
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
return false
|
||||||
if (!!userInfo?.ebook) {
|
if (!!userInfo?.ebook) {
|
||||||
// 已预约
|
// 已预约
|
||||||
Taro.atMessage({
|
Taro.atMessage({
|
||||||
@@ -433,9 +434,13 @@ const Index = () => {
|
|||||||
>
|
>
|
||||||
<View
|
<View
|
||||||
className="join"
|
className="join"
|
||||||
style={{ backgroundColor: !!userInfo?.ebook ? "#1890ff" : null }}
|
// style={{ backgroundColor: !!userInfo?.ebook ? "#1890ff" : null }}
|
||||||
|
style={{ backgroundColor: !!userInfo?.ebook ? "#1890ff" : "#1890ff" }}
|
||||||
|
|
||||||
>
|
>
|
||||||
{!!userInfo?.ebook ? "已预约" : "预约"}
|
{/* {!!userInfo?.ebook ? "已预约" : "预约"} */}
|
||||||
|
{!!userInfo?.ebook ? "未完结" : "未完结"}
|
||||||
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
@@ -502,9 +507,12 @@ const Index = () => {
|
|||||||
style={{
|
style={{
|
||||||
backgroundColor: !!userInfo?.activity_status
|
backgroundColor: !!userInfo?.activity_status
|
||||||
? "#1890ff"
|
? "#1890ff"
|
||||||
: null,
|
// : null,
|
||||||
|
: "#1890ff"
|
||||||
|
//
|
||||||
}}
|
}}
|
||||||
onClick={() => {
|
onClick={() => {
|
||||||
|
return false
|
||||||
if (userInfo?.activity_status == "1") {
|
if (userInfo?.activity_status == "1") {
|
||||||
// 已预约
|
// 已预约
|
||||||
Taro.atMessage({
|
Taro.atMessage({
|
||||||
@@ -556,7 +564,9 @@ const Index = () => {
|
|||||||
? "审核中"
|
? "审核中"
|
||||||
: userInfo?.activity_status == "1"
|
: userInfo?.activity_status == "1"
|
||||||
? "已报名"
|
? "已报名"
|
||||||
: "立即报名"}
|
// : "立即报名"}
|
||||||
|
: "已满"}
|
||||||
|
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
</View>
|
</View>
|
||||||
|
|||||||
Reference in New Issue
Block a user