From 255a1b47a0d022e21936ff55a786630a32d2e69c Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Fri, 19 Apr 2024 15:08:07 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):[#1016]?= =?UTF-8?q?=E8=A7=84=E6=A0=BC=E5=A2=9E=E5=87=8F=E6=95=B0=E9=87=8F=E5=BC=82?= =?UTF-8?q?=E5=B8=B8=E6=9C=AA=E6=8F=90=E7=A4=BA=E5=86=85=E5=AE=B9?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart.vue | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/pages/cart.vue b/pages/cart.vue index 7f1a85d..4eeeb11 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -339,12 +339,11 @@ export default { changeCartNum(id, value).then(res => { const { success } = res if (success) { + uni.hideLoading() this.$set(this.list[index].carts[gIndex], 'cartNum', value) } }).catch(() => { uni.hideLoading() - }).finally(() => { - uni.hideLoading() }) }, handleIds() {