feat: 微信客服

This commit is contained in:
eric
2022-11-13 11:26:36 +08:00
parent 9489a611b2
commit f12a573a63
10 changed files with 42 additions and 24 deletions

View File

@@ -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>
);