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', }) })