更新 index.vue

This commit is contained in:
zzzzzak
2025-01-12 17:12:49 +08:00
committed by GitHub
parent 659dc92c90
commit 5c864a8c63
+1 -1
View File
@@ -221,7 +221,7 @@ const onInvest = mergeStep(async (item: any) => {
} }
await userStore.loadUserInfo() await userStore.loadUserInfo()
uni.showToast({ uni.showToast({
title: tabValue.value ? '投保成功' : '投资成功', title: tabValue.value === 2 ? '投保成功' : '投资成功',
icon: 'none', icon: 'none',
}) })
}) })