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