diff --git a/public/images/wallet/bg.svg b/public/images/wallet/bg.svg new file mode 100644 index 0000000..e46d7ee --- /dev/null +++ b/public/images/wallet/bg.svg @@ -0,0 +1,52 @@ + diff --git a/src/app/user-detailed/page.tsx b/src/app/user-detailed/page.tsx index 3fc441c..f1bc776 100644 --- a/src/app/user-detailed/page.tsx +++ b/src/app/user-detailed/page.tsx @@ -68,8 +68,11 @@ function User() {
{/* 内容区域 */} @@ -92,15 +95,12 @@ function User() { - - - diff --git a/src/app/user/page.tsx b/src/app/user/page.tsx index 24d27ab..a414157 100644 --- a/src/app/user/page.tsx +++ b/src/app/user/page.tsx @@ -47,8 +47,12 @@ function User() { {/* 内容区域 */} diff --git a/src/app/wallet/page.tsx b/src/app/wallet/page.tsx index 949cb7a..7951193 100644 --- a/src/app/wallet/page.tsx +++ b/src/app/wallet/page.tsx @@ -1,28 +1,80 @@ "use client"; +import { time } from "console"; import Image from "next/image" -import React, {useState} from "react" +import React, {useState, useEffect} from "react" +import { string } from "zod"; -const wallet = () => { +const Wallet = () => { let count = 1234.01; let frozen = 1234.22; - let cashable = 1234.78; + let cashable = 12349.8; + const [payments, setPayments] = useState