更新 index.vue
This commit is contained in:
@@ -221,7 +221,7 @@ const onInvest = mergeStep(async (item: any) => {
|
||||
}
|
||||
await userStore.loadUserInfo()
|
||||
uni.showToast({
|
||||
title: '投保成功',
|
||||
title: tabValue.value ? '投保成功' : '投资成功',
|
||||
icon: 'none',
|
||||
})
|
||||
})
|
||||
|
||||
Reference in New Issue
Block a user