diff --git a/src/views/mall/product/spu/components/SkuList.vue b/src/views/mall/product/spu/components/SkuList.vue
index 25475cf8c..9a237495c 100644
--- a/src/views/mall/product/spu/components/SkuList.vue
+++ b/src/views/mall/product/spu/components/SkuList.vue
@@ -180,17 +180,17 @@
- {{ formatToFraction(row.price) }}
+ {{ row.price }}
- {{ formatToFraction(row.marketPrice) }}
+ {{ row.marketPrice }}
- {{ formatToFraction(row.costPrice) }}
+ {{ row.costPrice }}
diff --git a/src/views/mall/promotion/coupon/components/CouponSelect.vue b/src/views/mall/promotion/coupon/components/CouponSelect.vue
index c7dc3b865..43f667c81 100644
--- a/src/views/mall/promotion/coupon/components/CouponSelect.vue
+++ b/src/views/mall/promotion/coupon/components/CouponSelect.vue
@@ -173,7 +173,8 @@ const queryParams = reactive({
status: null,
discountType: null,
type: null,
- createTime: []
+ createTime: [],
+ canTakeTypes:[1]//只获得直接领取的券
})
const queryFormRef = ref() // 搜索的表单
const selectedCouponList = ref([]) // 选择的数据