From cf54b39ad1ba6ade2f39179362fa7d41bfea99cb Mon Sep 17 00:00:00 2001 From: zzzzzak <160323449+zzzzzak@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:48:14 +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/invest/index.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/pages/invest/index.vue b/src/pages/invest/index.vue index d11136a..1d52808 100644 --- a/src/pages/invest/index.vue +++ b/src/pages/invest/index.vue @@ -221,7 +221,7 @@ const onInvest = mergeStep(async (item: any) => { } await userStore.loadUserInfo() uni.showToast({ - title: '投保成功', + title: tabValue.value ? '投保成功' : '投资成功', icon: 'none', }) })