From 7159a3148fcaedfb62df17d39a6ac74acf0728f7 Mon Sep 17 00:00:00 2001 From: zzzzzak <160323449+zzzzzak@users.noreply.github.com> Date: Sun, 12 Jan 2025 16:27:05 +0800 Subject: [PATCH] =?UTF-8?q?=E6=9B=B4=E6=96=B0=20index.vue?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/pages/invest/index.vue | 3 --- 1 file changed, 3 deletions(-) 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({