feat: 申请成为领队,我参与的
This commit is contained in:
2
dist/pages/my/index.js
vendored
2
dist/pages/my/index.js
vendored
File diff suppressed because one or more lines are too long
@@ -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" && (
|
||||
|
||||
Reference in New Issue
Block a user