新建下载账单、查询交易页面
This commit is contained in:
@@ -287,11 +287,11 @@ const WalletPage: React.FC = () => {
|
||||
<Text className="function_text">全部账单</Text>
|
||||
<Image className="function_icon" src={require("@/static/wallet/arrow-down.svg")} />
|
||||
</View>
|
||||
<View className="function_item">
|
||||
<View className="function_item" onClick={() => Taro.navigateTo({ url: "/user_pages/queryTransactions/index" })}>
|
||||
<Image className="function_icon" src={require("@/static/wallet/search.svg")} />
|
||||
<Text className="function_text">查询交易</Text>
|
||||
</View>
|
||||
<View className="function_item">
|
||||
<View className="function_item" onClick={() => Taro.navigateTo({ url: "/user_pages/downloadBill/index" })}>
|
||||
<Image className="function_icon" src={require("@/static/wallet/download.svg")} />
|
||||
<Text className="function_text">下载账单</Text>
|
||||
</View>
|
||||
|
||||
Reference in New Issue
Block a user