diff --git a/src/views/pointViews/PointGoodsView.vue b/src/views/pointViews/PointGoodsView.vue index d8fe260..51b0c4d 100644 --- a/src/views/pointViews/PointGoodsView.vue +++ b/src/views/pointViews/PointGoodsView.vue @@ -60,7 +60,7 @@ const currentGoods = ref() const buyCount = ref(1) const selectedAddress = ref() const canDoBuy = computed(() => { - return currentGoods.value && currentGoods.value.price * buyCount.value < currentPoint.value + return currentGoods.value && currentGoods.value.price * buyCount.value <= currentPoint.value }) const addressOptions = computed(() => {