更新 index.vue
This commit is contained in:
@@ -207,7 +207,6 @@ const onShowRights = (item: any) => {
|
||||
|
||||
const onInvest = mergeStep(async (item: any) => {
|
||||
try {
|
||||
uni.showLoading()
|
||||
await submitInvestAPI({
|
||||
investid: item.id,
|
||||
type: 3,
|
||||
@@ -219,8 +218,6 @@ const onInvest = mergeStep(async (item: any) => {
|
||||
})
|
||||
}
|
||||
return
|
||||
} finally {
|
||||
uni.hideLoading()
|
||||
}
|
||||
await userStore.loadUserInfo()
|
||||
uni.showToast({
|
||||
|
||||
Reference in New Issue
Block a user