|  | @@ -17,7 +17,7 @@ import {
 | 
	
		
			
				|  |  |  } from 'vant'
 | 
	
		
			
				|  |  |  import { defineComponent } from 'vue'
 | 
	
		
			
				|  |  |  import { getWeekCh } from '@/helpers/utils'
 | 
	
		
			
				|  |  | -import styles from './practice.module.less'
 | 
	
		
			
				|  |  | +import styles from './vip.module.less'
 | 
	
		
			
				|  |  |  import { orderStatus } from '@/views/order-detail/orderStatus'
 | 
	
		
			
				|  |  |  import ColResult from '@/components/col-result'
 | 
	
		
			
				|  |  |  import { tradeOrder } from '@/student/trade/tradeOrder'
 | 
	
	
		
			
				|  | @@ -572,7 +572,6 @@ export default defineComponent({
 | 
	
		
			
				|  |  |                </div>
 | 
	
		
			
				|  |  |                <div
 | 
	
		
			
				|  |  |                  class={['btnGroup', styles.fixedBtn]}
 | 
	
		
			
				|  |  | -                style={{ background: '#fff', paddingTop: '10px' }}
 | 
	
		
			
				|  |  |                >
 | 
	
		
			
				|  |  |                  <Button block round type="primary" onClick={this.onSubmit}>
 | 
	
		
			
				|  |  |                    确认约课
 |