|  | @@ -1,4 +1,11 @@
 | 
											
												
													
														|  | -import { defineComponent, onMounted, onUnmounted, reactive, watch } from 'vue';
 |  | 
 | 
											
												
													
														|  | 
 |  | +import {
 | 
											
												
													
														|  | 
 |  | +  defineComponent,
 | 
											
												
													
														|  | 
 |  | +  nextTick,
 | 
											
												
													
														|  | 
 |  | +  onMounted,
 | 
											
												
													
														|  | 
 |  | +  onUnmounted,
 | 
											
												
													
														|  | 
 |  | +  reactive,
 | 
											
												
													
														|  | 
 |  | +  watch
 | 
											
												
													
														|  | 
 |  | +} from 'vue';
 | 
											
												
													
														|  |  // import WaveSurfer from 'wavesurfer.js';
 |  |  // import WaveSurfer from 'wavesurfer.js';
 | 
											
												
													
														|  |  import styles from './index.module.less';
 |  |  import styles from './index.module.less';
 | 
											
												
													
														|  |  import MSticky from '@/components/m-sticky';
 |  |  import MSticky from '@/components/m-sticky';
 | 
											
										
											
												
													
														|  | @@ -31,7 +38,6 @@ import {
 | 
											
												
													
														|  |  } from './api';
 |  |  } from './api';
 | 
											
												
													
														|  |  import MEmpty from '@/components/m-empty';
 |  |  import MEmpty from '@/components/m-empty';
 | 
											
												
													
														|  |  import dayjs from 'dayjs';
 |  |  import dayjs from 'dayjs';
 | 
											
												
													
														|  | -import { nextTick } from 'process';
 |  | 
 | 
											
												
													
														|  |  import MVideo from '@/components/m-video';
 |  |  import MVideo from '@/components/m-video';
 | 
											
												
													
														|  |  import ShareModel from './share-model';
 |  |  import ShareModel from './share-model';
 | 
											
												
													
														|  |  import { usePageVisibility } from '@vant/use';
 |  |  import { usePageVisibility } from '@vant/use';
 |