|  | @@ -1,7 +1,4 @@
 | 
	
		
			
				|  |  |  import OEmpty from '@/components/m-empty';
 | 
	
		
			
				|  |  | -import request from '@/helpers/request';
 | 
	
		
			
				|  |  | -import { state } from '@/state';
 | 
	
		
			
				|  |  | -// import Item from '@/views/coupons/item'
 | 
	
		
			
				|  |  |  import { Button, Loading } from 'vant';
 | 
	
		
			
				|  |  |  import { defineComponent } from 'vue';
 | 
	
		
			
				|  |  |  import styles from './index.module.less';
 | 
	
	
		
			
				|  | @@ -162,7 +159,7 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                    ))}
 | 
	
		
			
				|  |  |                  </>
 | 
	
		
			
				|  |  |                ) : (
 | 
	
		
			
				|  |  | -                <OEmpty btnStatus={false} tips="暂无优惠券" />
 | 
	
		
			
				|  |  | +                <OEmpty description="暂无优惠券" />
 | 
	
		
			
				|  |  |                )}
 | 
	
		
			
				|  |  |              </>
 | 
	
		
			
				|  |  |            ) : (
 |