From 506f0226cef862d78b21fc4b03388d92c891ca3c Mon Sep 17 00:00:00 2001 From: ywk <317226901@qq.com> Date: Wed, 9 Apr 2025 18:11:24 +0800 Subject: [PATCH] =?UTF-8?q?fix(cartBtmList):=20=E4=BF=AE=E5=A4=8D=E8=B4=AD?= =?UTF-8?q?=E7=89=A9=E8=BD=A6=E7=A9=BA=E6=80=81=E5=B1=95=E7=A4=BA=E9=97=AE?= =?UTF-8?q?=E9=A2=98=E5=8F=8A=E7=BB=93=E7=AE=97=E6=8C=89=E9=92=AEdisable?= =?UTF-8?q?=E7=8A=B6=E6=80=81=E9=97=AE=E9=A2=98?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- components/cartBtmList.vue | 18 ++++++++++++++++-- components/mustAgreeMent.vue | 2 +- 2 files changed, 17 insertions(+), 3 deletions(-) diff --git a/components/cartBtmList.vue b/components/cartBtmList.vue index ea915d4..982266d 100644 --- a/components/cartBtmList.vue +++ b/components/cartBtmList.vue @@ -86,7 +86,7 @@ - + @@ -112,7 +112,7 @@ :loading="isLoading" :loadingText="'购买中'" @tap="goBuy" - :disabled="shopCarList.length == 0" + :disabled="submitDisabled" color="#FB3024" >{{ '去结算' }} @@ -159,6 +159,7 @@