feat: 微信客服
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
import { Col, Row, Tabbar, TabbarItem } from "@antmjs/vantui";
|
||||
import { Cell, Col, Row, Tabbar, TabbarItem } from "@antmjs/vantui";
|
||||
import { View } from "@tarojs/components";
|
||||
import react from "react";
|
||||
import TabbarCom from "../components/TabbarCom";
|
||||
@@ -21,6 +21,12 @@ const my = (props: any) => {
|
||||
/>
|
||||
</View>
|
||||
|
||||
<View>
|
||||
<Cell title="个人资料" isLink />
|
||||
<Cell title="客服" isLink value="" />
|
||||
{/* <Cell title="单元格" isLink value="内容" arrowDirection="down" /> */}
|
||||
</View>
|
||||
|
||||
<TabbarCom active={2} />
|
||||
</View>
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user