|  | @@ -173,7 +173,7 @@
 | 
	
		
			
				|  |  |        <div
 | 
	
		
			
				|  |  |          class="vc-box"
 | 
	
		
			
				|  |  |          @mousemove="showPrevNext(true, 'isShowLeft')"
 | 
	
		
			
				|  |  | -        @mouseleave="showPrevNext(false, 'isShowLeft')"
 | 
	
		
			
				|  |  | +        @mouseleave="showPrevNext(true, 'isShowLeft')"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            :class="[
 | 
	
	
		
			
				|  | @@ -611,7 +611,7 @@
 | 
	
		
			
				|  |  |        <div
 | 
	
		
			
				|  |  |          class="vc-box-right"
 | 
	
		
			
				|  |  |          @mousemove="showPrevNext(true, 'isShowRight')"
 | 
	
		
			
				|  |  | -        @mouseleave="showPrevNext(false, 'isShowRight')"
 | 
	
		
			
				|  |  | +        @mouseleave="showPrevNext(true, 'isShowRight')"
 | 
	
		
			
				|  |  |        >
 | 
	
		
			
				|  |  |          <div
 | 
	
		
			
				|  |  |            :class="[
 | 
	
	
		
			
				|  | @@ -965,8 +965,8 @@ export default {
 | 
	
		
			
				|  |  |        stopAudio: false,
 | 
	
		
			
				|  |  |        isRecord: false,
 | 
	
		
			
				|  |  |        isShowCompare: false,
 | 
	
		
			
				|  |  | -      isShowRight: false,
 | 
	
		
			
				|  |  | -      isShowLeft: false,
 | 
	
		
			
				|  |  | +      isShowRight: true,
 | 
	
		
			
				|  |  | +      isShowLeft: true,
 | 
	
		
			
				|  |  |        curSentIndex: 0,
 | 
	
		
			
				|  |  |        oldHz: "",
 | 
	
		
			
				|  |  |        hz: "",
 |