diff --git a/src/pages/invest/index.vue b/src/pages/invest/index.vue index 1d7624f..d11136a 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: '投保成功', icon: 'none', }) })