下载账单页面
This commit is contained in:
3
src/user_pages/downloadBillRecords/index.config.ts
Normal file
3
src/user_pages/downloadBillRecords/index.config.ts
Normal file
@@ -0,0 +1,3 @@
|
||||
export default definePageConfig({
|
||||
navigationBarTitleText: '下载记录',
|
||||
})
|
||||
0
src/user_pages/downloadBillRecords/index.scss
Normal file
0
src/user_pages/downloadBillRecords/index.scss
Normal file
10
src/user_pages/downloadBillRecords/index.tsx
Normal file
10
src/user_pages/downloadBillRecords/index.tsx
Normal file
@@ -0,0 +1,10 @@
|
||||
import React, { useState, useEffect } from "react";
|
||||
import { View } from "@tarojs/components";
|
||||
|
||||
const DownloadBillRecords: React.FC = () => {
|
||||
return (
|
||||
<View>下载记录</View>
|
||||
);
|
||||
};
|
||||
|
||||
export default DownloadBillRecords;
|
||||
Reference in New Issue
Block a user