import { Button, Text, View } from "@tarojs/components"; import Taro from "@tarojs/taro"; const SUPPORT_PHONE = "18786174929"; const CONTACT_WAY_CONFIG_ID = "5f8a2d2756e2c69776c186ef28fc48ee"; const CONTACT_WAY_STYLE = 1; export default function ContactPage() { const callSupport = () => { void Taro.makePhoneCall({ phoneNumber: SUPPORT_PHONE }); }; return ( 联系万趣定制管家 联系万趣定制管家 {CONTACT_WAY_CONFIG_ID ? ( 添加企微服务管家 点击按钮后将进入企微添加流程 ) : ( 企微入口正在准备 当前可以直接电话联系服务管家,我们会继续跟进你的出行需求。 )} ); }