| 
					
				 | 
			
			
				@@ -1,10 +1,11 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { Cell, Icon, Popup } from 'vant' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { Button, Cell, Icon, Popup } from 'vant' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { defineComponent, reactive } from 'vue' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { useRoute, useRouter } from 'vue-router' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import NoticeStart from '../model/notice-start' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import styles from './index.module.less' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import iconQuestionNums from '../images/icon-question-nums.png' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import iconCountDown from '../images/icon-count-down.png' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import OSticky from '@/components/o-sticky' 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				   name: 'unit-detail', 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -34,6 +35,14 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           }} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </Cell> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				  
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        <OSticky position="bottom" background="white"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <div class={['btnGroup']}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            <Button block round type="primary"> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              下一题 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            </Button> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+        </OSticky> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         {/* 测验须知 */} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         <Popup 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           v-model:show={state.visiableNotice} 
			 |