From 801132262fe9ac963e892ab3fee7831725741dcd Mon Sep 17 00:00:00 2001 From: lifizer <913626195@qq.com> Date: Tue, 30 Apr 2024 15:16:21 +0800 Subject: [PATCH] =?UTF-8?q?Fix(=E8=B4=AD=E7=89=A9=E8=BD=A6):[#1366]?= =?UTF-8?q?=E7=A7=92=E6=9D=80=E5=95=86=E5=93=81=E4=B8=8D=E8=83=BD=E4=BF=AE?= =?UTF-8?q?=E6=94=B9=E8=A7=84=E6=A0=BC?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- pages/cart.vue | 3 +++ 1 file changed, 3 insertions(+) diff --git a/pages/cart.vue b/pages/cart.vue index 0bd0a8c..9a9ae25 100644 --- a/pages/cart.vue +++ b/pages/cart.vue @@ -397,6 +397,9 @@ export default { }) }, changeGoodAttrHandle(good) { + if (good.seckillId) { + return + } const id = good.productInfo.id const unique = good.productInfo.attrInfo.unique uni.showLoading()