|
@@ -12,7 +12,7 @@ import TryIcon from './icons/icon-try.png'
|
|
import IntegrityIcon from './icons/integrity.svg'
|
|
import IntegrityIcon from './icons/integrity.svg'
|
|
import IntonationIcon from './icons/intonation.svg'
|
|
import IntonationIcon from './icons/intonation.svg'
|
|
import CadenceIcon from './icons/cadence.svg'
|
|
import CadenceIcon from './icons/cadence.svg'
|
|
-import runtime from '/src/pages/detail/runtime'
|
|
|
|
|
|
+import runtime, * as RuntimeUtils from '/src/pages/detail/runtime'
|
|
import { postMessage } from '/src/helpers/native-message'
|
|
import { postMessage } from '/src/helpers/native-message'
|
|
import { evaluatingShow, ResultContent } from './index'
|
|
import { evaluatingShow, ResultContent } from './index'
|
|
import { getLeveByScoreId } from '/src/pages/detail/evaluating/helper'
|
|
import { getLeveByScoreId } from '/src/pages/detail/evaluating/helper'
|
|
@@ -225,6 +225,7 @@ export default defineComponent({
|
|
runtime.evaluatingStatus = false
|
|
runtime.evaluatingStatus = false
|
|
detailState.evaluatings = {}
|
|
detailState.evaluatings = {}
|
|
evaluatingShow.value = false
|
|
evaluatingShow.value = false
|
|
|
|
+ RuntimeUtils.clearSectionStatus()
|
|
onChangeModelType('practice')
|
|
onChangeModelType('practice')
|
|
}}
|
|
}}
|
|
>
|
|
>
|