From cf1900c5edfda69cdee00ece8710667a810db366 Mon Sep 17 00:00:00 2001 From: zzzzzak <160323449+zzzzzak@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:54:57 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages-sub/invest-detail/index.vue | 7 +++++-- 1 file changed, 5 insertions(+), 2 deletions(-) diff --git a/src/pages-sub/invest-detail/index.vue b/src/pages-sub/invest-detail/index.vue index 87ccaa7..9d9fcc1 100644 --- a/src/pages-sub/invest-detail/index.vue +++ b/src/pages-sub/invest-detail/index.vue @@ -11,6 +11,9 @@ import { getInvestmentRecordAPI } from '@/service' const { list: investmentRecordList } = useListPageRequest(getInvestmentRecordAPI) +function getType(title){ + return title.includes('福') ? '投保' : '投资' +}