From 6d440055cedfe0def5090f6ae8adc9a9f09aa323 Mon Sep 17 00:00:00 2001 From: Seven Date: Sun, 25 Jan 2026 17:47:35 +0700 Subject: [PATCH] =?UTF-8?q?feat:=20=E6=B7=BB=E5=8A=A0=E4=BA=A7=E5=93=81?= =?UTF-8?q?=E8=AE=B0=E5=BD=95=E9=A1=B5=E9=9D=A2=EF=BC=8C=E6=94=AF=E6=8C=81?= =?UTF-8?q?=E6=88=91=E7=9A=84=E4=B8=9A=E5=8A=A1=E5=8A=9F=E8=83=BD=E5=92=8C?= =?UTF-8?q?=E6=95=B0=E6=8D=AE=E5=8A=A0=E8=BD=BD?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/router/index.ts | 5 ++ src/views/product/index.vue | 14 +++- src/views/product/records.vue | 128 ++++++++++++++++++++++++++++++++++ 3 files changed, 145 insertions(+), 2 deletions(-) create mode 100644 src/views/product/records.vue diff --git a/src/router/index.ts b/src/router/index.ts index 6d321c0..1b70ee2 100644 --- a/src/router/index.ts +++ b/src/router/index.ts @@ -39,6 +39,11 @@ const routes: Array = [ }, ], }, + { + path: "/product/records", + component: () => import("@/views/product/records.vue"), + meta: { requiresAuth: true }, + }, { path: "/news/:id", props: true, diff --git a/src/views/product/index.vue b/src/views/product/index.vue index 18abc8c..6ef81d1 100644 --- a/src/views/product/index.vue +++ b/src/views/product/index.vue @@ -3,7 +3,7 @@ import type { Treaty } from "@elysiajs/eden"; import type { InfiniteScrollCustomEvent } from "@ionic/vue"; import type { TreatyQuery } from "@/api/types"; import { modalController } from "@ionic/vue"; -import { calendarOutline, cardOutline, timeOutline, trendingUpOutline } from "ionicons/icons"; +import { bagHandleOutline, calendarOutline, cardOutline, timeOutline, trendingUpOutline } from "ionicons/icons"; import { client, safeClient } from "@/api"; import Subscribe from "./components/subscribe.vue"; @@ -82,13 +82,17 @@ onMounted(() => {
-
+
基金产品
+ + + 我的业务 +
@@ -137,6 +141,12 @@ onMounted(() => { {{ Number(product.cycleDays) }}
+
+ 改革先锋扶持金 + + ¥{{ Number(product.reformPioneerAllowance) }} + +
diff --git a/src/views/product/records.vue b/src/views/product/records.vue new file mode 100644 index 0000000..1761aed --- /dev/null +++ b/src/views/product/records.vue @@ -0,0 +1,128 @@ + + + + +