diff --git a/src/pages/invest/index.vue b/src/pages/invest/index.vue index cae9f15..d11136a 100644 --- a/src/pages/invest/index.vue +++ b/src/pages/invest/index.vue @@ -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({