新建下载账单、查询交易页面

This commit is contained in:
2025-09-23 22:14:02 +08:00
parent 4c95923d2f
commit 4183260d6b
8 changed files with 30 additions and 2 deletions

View File

@@ -0,0 +1,10 @@
import React, { useState, useEffect } from "react";
import { View } from "@tarojs/components";
const DownloadBill: React.FC = () => {
return (
<View></View>
);
};
export default DownloadBill;