开发钱包相关页面,调试提现接口
This commit is contained in:
@@ -1,9 +1,45 @@
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { View } from "@tarojs/components";
|
||||
import { View, Text } from "@tarojs/components";
|
||||
|
||||
import "./index.scss";
|
||||
|
||||
const DownloadBillRecords: React.FC = () => {
|
||||
return (
|
||||
<View>下载记录</View>
|
||||
<View className="download-bill-records-page">
|
||||
<View className="records-container">
|
||||
<View className="record-item">
|
||||
<View className="title-text">账单流水文件</View>
|
||||
<View className="info-item">
|
||||
<Text>申请时间</Text>
|
||||
<Text>2025年9月12日 19:03:06</Text>
|
||||
</View>
|
||||
<View className="info-item">
|
||||
<Text>账单范围</Text>
|
||||
<Text>2025年9月12日 19:03:06 至 2025年9月12日 19:03:06</Text>
|
||||
</View>
|
||||
<View className="info-item">
|
||||
<Text></Text>
|
||||
<Text className="btn">查看材料</Text>
|
||||
</View>
|
||||
</View>
|
||||
<View className="record-item">
|
||||
<View className="title-text">账单流水文件</View>
|
||||
<View className="info-item">
|
||||
<Text>申请时间</Text>
|
||||
<Text>2025年9月12日 19:03:06</Text>
|
||||
</View>
|
||||
<View className="info-item">
|
||||
<Text>账单范围</Text>
|
||||
<Text>2025年9月12日 19:03:06 至 2025年9月12日 19:03:06</Text>
|
||||
</View>
|
||||
<View className="info-item">
|
||||
<Text></Text>
|
||||
<Text className="btn">查看材料</Text>
|
||||
</View>
|
||||
</View>
|
||||
</View>
|
||||
<View className="tips">出于信息安全考虑,仅保留并展示7天内的账单下载记录</View>
|
||||
</View>
|
||||
);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user