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 @@ + + + + +