更新 index.vue

This commit is contained in:
zzzzzak
2025-01-12 11:32:43 +08:00
committed by GitHub
parent c3ff2e3f4f
commit bfeb64196d
+1 -1
View File
@@ -221,7 +221,7 @@ const onInvest = mergeStep(async (item: any) => {
}
await userStore.loadUserInfo()
uni.showToast({
title: '投成功',
title: '投成功',
icon: 'none',
})
})