钱包首页
This commit is contained in:
@@ -1,5 +1,5 @@
|
||||
import React, { useState } from "react";
|
||||
import { View, Text, Input, Button } from "@tarojs/components";
|
||||
import { View, Text, Input, Button, Image } from "@tarojs/components";
|
||||
import Taro, { useDidShow } from "@tarojs/taro";
|
||||
import "./index.scss";
|
||||
import { CommonPopup } from "@/components";
|
||||
@@ -284,27 +284,19 @@ const WalletPage: React.FC = () => {
|
||||
{/* 功能按钮区域 */}
|
||||
<View className="function_buttons">
|
||||
<View className="function_item">
|
||||
<View className="function_icon">
|
||||
<Text className="icon_text">📄</Text>
|
||||
</View>
|
||||
<Text className="function_text">全部账单</Text>
|
||||
<Image className="function_icon" src={require("@/static/wallet/arrow-down.svg")} />
|
||||
</View>
|
||||
<View className="function_item">
|
||||
<View className="function_icon">
|
||||
<Text className="icon_text">🔍</Text>
|
||||
</View>
|
||||
<Image className="function_icon" src={require("@/static/wallet/search.svg")} />
|
||||
<Text className="function_text">查询交易</Text>
|
||||
</View>
|
||||
<View className="function_item">
|
||||
<View className="function_icon">
|
||||
<Text className="icon_text">⬇️</Text>
|
||||
</View>
|
||||
<Image className="function_icon" src={require("@/static/wallet/download.svg")} />
|
||||
<Text className="function_text">下载账单</Text>
|
||||
</View>
|
||||
<View className="function_item">
|
||||
<View className="function_icon">
|
||||
<Text className="icon_text">💬</Text>
|
||||
</View>
|
||||
<Image className="function_icon" src={require("@/static/wallet/custom-service.svg")} />
|
||||
<Text className="function_text">客服中心</Text>
|
||||
</View>
|
||||
</View>
|
||||
@@ -316,7 +308,6 @@ const WalletPage: React.FC = () => {
|
||||
<Text className="history_title">现金明细</Text>
|
||||
<View className="month_selector">
|
||||
<Text className="current_month">2025-09</Text>
|
||||
<Text className="dropdown_arrow">⌄</Text>
|
||||
</View>
|
||||
</View>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user