新建下载账单、查询交易页面
This commit is contained in:
10
src/user_pages/downloadBill/index.tsx
Normal file
10
src/user_pages/downloadBill/index.tsx
Normal 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;
|
||||
Reference in New Issue
Block a user