From e8434cf3d34f4ed9d5cd8f0a0170a75099b30830 Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Wed, 22 May 2024 14:23:11 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):[#1609]?= =?UTF-8?q?=E7=82=B9=E5=87=BB=E5=A2=9E=E5=87=8F=E5=95=86=E5=93=81=E6=95=B0?= =?UTF-8?q?=E9=87=8F=EF=BC=8C=E5=8F=96=E6=B6=88=E5=8A=A0=E8=BD=BD=E6=95=88?= =?UTF-8?q?=E6=9E=9C?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart.vue | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/pages/cart.vue b/pages/cart.vue index 9a9ae25..28ae0a3 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -402,7 +402,7 @@ export default { } const id = good.productInfo.id const unique = good.productInfo.attrInfo.unique - uni.showLoading() + // uni.showLoading() getCartGoodAttr(id, unique).then(res => { const { success, data } = res if (success) {