|  | @@ -109,7 +109,7 @@ export default {
 | 
	
		
			
				|  |  |      getOptics() {
 | 
	
		
			
				|  |  |        preview({ paperId: this.paperId }).then((res) => {
 | 
	
		
			
				|  |  |          this.opticList = res.data
 | 
	
		
			
				|  |  | -        this.$nextTick(_ => this.mxGlobal.MathQueue('question_list'))
 | 
	
		
			
				|  |  | +        setTimeout(_ => this.mxGlobal.MathQueue('question_list'))
 | 
	
		
			
				|  |  |        })
 | 
	
		
			
				|  |  |      },
 | 
	
		
			
				|  |  |      async handleParseVisible(item) {
 |