|
|
|
@ -88,6 +88,9 @@ import { getShoppingCarList, removeShoppingCar, closePaperReserve } from '@/apis |
|
|
|
import noData from './no-data.vue' |
|
|
|
import { round } from '@/utils/index.js' |
|
|
|
export default { |
|
|
|
components: { |
|
|
|
noData |
|
|
|
}, |
|
|
|
data() { |
|
|
|
return { |
|
|
|
option: { |
|
|
|
@ -264,7 +267,7 @@ export default { |
|
|
|
isShopSelectedAll(products) { |
|
|
|
let tempArr = true |
|
|
|
for (let product of products) { |
|
|
|
if (product.checked) { |
|
|
|
if (!product.checked) { |
|
|
|
tempArr = false |
|
|
|
break |
|
|
|
} |
|
|
|
|