| 
					
				 | 
			
			
				@@ -1,4 +1,4 @@ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import { defineComponent, onMounted, reactive } from 'vue'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import { defineComponent, onMounted, reactive, ref } from 'vue'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import styles from './index.module.less'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { postMessage } from '@/helpers/native-message'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import icon_title from './images/icon-title.png'; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -12,7 +12,7 @@ import randDom from './images/btn-1.png'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import iconPlus from './images/icon-plus.png'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import iconAdd from './images/icon-add.png'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { getImage } from './images/music'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-import j1 from './images/music/j-1.png'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+import '@vant/touch-emulator'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 // import j2 from './images/music/j-2.png'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import { Popover, Popup, showToast } from 'vant'; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				 import SettingModal from './setting-modal'; 
			 | 
		
	
	
		
			
				| 
					
				 | 
			
			
				@@ -121,7 +121,12 @@ export default defineComponent({ 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           <div class={styles.title}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img src={icon_title} /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				-          <div class={styles.back} onClick={() => (state.settingStatus = true)}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+          <div 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            class={styles.back} 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            onClick={() => { 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              handleStop(); 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+              state.settingStatus = true; 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				+            }}> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				             <img src={icon_setting} /> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				           </div> 
			 | 
		
	
		
			
				 | 
				 | 
			
			
				         </div> 
			 |