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 @@