|
@@ -503,7 +503,7 @@ const cancelTheEvaluation = () => {
|
|
|
|
|
|
const stopPlay = () => {
|
|
const stopPlay = () => {
|
|
console.log('调用stopPlay')
|
|
console.log('调用stopPlay')
|
|
- if (!connentLoading.value) {
|
|
|
|
|
|
+ if (!connentLoading.value && evaluating.value) {
|
|
cancelTheEvaluation()
|
|
cancelTheEvaluation()
|
|
}
|
|
}
|
|
startButtonShow.value = true
|
|
startButtonShow.value = true
|