|
@@ -28,8 +28,7 @@ import iconEvaluatingStart from './icons/icon-evaluatingStart.png'
|
|
|
import qs from 'query-string'
|
|
|
import CheckDelayPopup from "/src/pages/detail/CheckDelayPopup";
|
|
|
import Headphone, { HeadphoneData } from "/src/pages/detail/Headphone";
|
|
|
-import { modelType } from './index'
|
|
|
-import { data } from '../popups/follow'
|
|
|
+import { modelType, followRef } from './index'
|
|
|
|
|
|
/** 初始化评测音频 */
|
|
|
export const evaluatCreateMusicPlayer = () => {
|
|
@@ -251,7 +250,7 @@ let startTuneTimer: any = null
|
|
|
runtime.delayCheckFirst = true
|
|
|
delayData.open = false
|
|
|
startButtonShow.value = true
|
|
|
- data.start = false
|
|
|
+ runtime.evaluatingStatus = false
|
|
|
setTimeout(() => {
|
|
|
delayData.checkStatus = 'init'
|
|
|
delayData.step = 1
|