|  | @@ -74,13 +74,7 @@ const loading = ref(false)
 | 
	
		
			
				|  |  |  // const handleSearch = () => {}
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // 数据
 | 
	
		
			
				|  |  | -const dataList = ref([
 | 
	
		
			
				|  |  | -  { name: '凯悦酒店1866/2晚的房券-大床带双早', id: '1', image: 'https://img1.baidu.com/it/u=2383065711,2021783868&fm=253&fmt=auto&app=138&f=JPEG?w=719&h=500', time: '2025.02.01-2025.02.30' },
 | 
	
		
			
				|  |  | -  { name: '房券-高端酒店房券', id: '2', image: 'https://img1.baidu.com/it/u=1781363061,1773318172&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=500', time: '2025.01.01-2025.12.30' },
 | 
	
		
			
				|  |  | -  { name: '金茂万丽免房券', id: '3', image: 'https://img1.baidu.com/it/u=1791205046,4251623717&fm=253&fmt=auto&app=138&f=JPEG?w=500&h=375', time: '2025.01.01-2025.12.30' },
 | 
	
		
			
				|  |  | -  { name: '苏州昆山阳澄喜柯大酒店1晚套餐通兑券(住园景/全湖景尊享房+双人份豪华早餐+可自选蟹宴/价值198元正餐+免费使用泳池健身房)', id: '4', image: 'https://img2.baidu.com/it/u=4056160349,3161141178&fm=253&fmt=auto&app=138&f=JPEG?w=668&h=500', time: '2025.01.01-2025.12.30' },
 | 
	
		
			
				|  |  | -  { name: '上海万怡酒店房券+迪士尼门票', id: '5', image: 'https://picx.zhimg.com/v2-d21746f72d02ee821e35c6db11c0935f_r.jpg?source=1940ef5c', time: '2025.01.01-2025.12.30' }
 | 
	
		
			
				|  |  | -])
 | 
	
		
			
				|  |  | +const dataList = ref([])
 | 
	
		
			
				|  |  |  
 | 
	
		
			
				|  |  |  // 获取房券列表
 | 
	
		
			
				|  |  |  const getDataList = async () => {
 | 
	
	
		
			
				|  | @@ -88,7 +82,7 @@ const getDataList = async () => {
 | 
	
		
			
				|  |  |    try {
 | 
	
		
			
				|  |  |      const data = await getPrizeByLotteryId(props.lotteryId)
 | 
	
		
			
				|  |  |      dataList.value = data || []
 | 
	
		
			
				|  |  | -    console.log('获取房券列表:', data)
 | 
	
		
			
				|  |  | +    // console.log('获取房券列表:', data)
 | 
	
		
			
				|  |  |    } finally {
 | 
	
		
			
				|  |  |      loading.value = false
 | 
	
		
			
				|  |  |    }
 |