添加客服功能
This commit is contained in:
@@ -6,6 +6,7 @@ import { CommonPopup } from "@/components";
|
||||
import httpService from "@/services/httpService";
|
||||
import { withAuth } from "@/components";
|
||||
import { PopupPicker } from "@/components/Picker/index";
|
||||
import { handleCustomerService } from "@/services/userService";
|
||||
|
||||
// 交易记录类型
|
||||
interface Transaction {
|
||||
@@ -484,13 +485,13 @@ const WalletPage: React.FC = () => {
|
||||
/>
|
||||
<Text className="function_text">下载账单</Text>
|
||||
</View>
|
||||
{/* TODO 客服中心 */}
|
||||
<View className="function_item" onClick={() => Taro.navigateTo({ url: "/user_pages/validPhone/index" })}>
|
||||
{/* 客服中心 */}
|
||||
<View className="function_item" onClick={handleCustomerService}>
|
||||
<Image
|
||||
className="function_icon"
|
||||
src={require("@/static/wallet/custom-service.svg")}
|
||||
/>
|
||||
<Text className="function_text">客服中心</Text>
|
||||
<Text className="function_text" >客服中心</Text>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user