Commit 19789fab by 卢越

【代码优化】拼团卡片组件名

parent c486dfd8
......@@ -120,8 +120,8 @@ import * as ProductSpuApi from '@/api/mall/product/spu'
import * as CombinationActivityApi from '@/api/mall/promotion/combination/combinationActivity'
import {fenToYuan} from "@/utils";
/** 商品卡片 */
defineOptions({name: 'ProductCard'})
/** 拼团卡片 */
defineOptions({name: 'PromotionCombination'})
// 定义属性
// 定义属性
const props = defineProps<{ property: PromotionCombinationProperty }>();
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or sign in to comment