mirror of
				https://gitee.com/hhyykk/ipms-sjy-ui.git
				synced 2025-11-04 04:08:44 +08:00 
			
		
		
		
	【代码优化】拼团卡片组件名
This commit is contained in:
		@@ -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 }>();
 | 
			
		||||
 
 | 
			
		||||
		Reference in New Issue
	
	Block a user