feat: 申请成为领队,我参与的

This commit is contained in:
huxiaoshuang
2022-11-25 11:30:09 +08:00
parent 9bec14d5be
commit 8688f5b040
2 changed files with 45 additions and 5 deletions

File diff suppressed because one or more lines are too long

View File

@@ -9,7 +9,7 @@ import {
TabbarItem,
Toast,
} from "@antmjs/vantui";
import { OpenData, View ,Text} from "@tarojs/components";
import { OpenData, View, Text } from "@tarojs/components";
import react, { useEffect, useState } from "react";
import TabbarCom from "../components/TabbarCom";
import { Image } from "@antmjs/vantui";
@@ -203,6 +203,44 @@ const my = (props: any) => {
</Tabs>
</View> */}
<Cell
icon="star"
title="我参与的"
isLink
onClick={() => {
if (isin) {
// 跳转到目的页面,打开新页面
// Taro.navigateTo({
// url: "/pages/my/components/CheckinDetail/index",
// });
} else {
// Toast.fail({
// message: "请先登录",
// selector: "#vanToast-demo2",
// });
}
}}
/>
<Cell
icon="manager"
title="申请成为领队"
isLink
onClick={() => {
if (isin) {
// 跳转到目的页面,打开新页面
// Taro.navigateTo({
// url: "/pages/my/components/CheckinDetail/index",
// });
} else {
// Toast.fail({
// message: "请先登录",
// selector: "#vanToast-demo2",
// });
}
}}
/>
<View className="cellArr">
{type !== "people" && (
<Cell
@@ -228,9 +266,11 @@ const my = (props: any) => {
{/* 个人客服 */}
<View className="wechat">
<Icon name="wechat" size="16px" className="icon"></Icon>
{/* <Text>微信客服</Text> */}
<Button open-type="contact" className="wecahtBtn"></Button>
<Icon name="wechat" size="16px" className="icon"></Icon>
{/* <Text>微信客服</Text> */}
<Button open-type="contact" className="wecahtBtn">
</Button>
</View>
{type !== "people" && (