diff --git a/src/project/qujing/AppLegalLearning/testForm.vue b/src/project/qujing/AppLegalLearning/testForm.vue index 9a5a098..55850b6 100644 --- a/src/project/qujing/AppLegalLearning/testForm.vue +++ b/src/project/qujing/AppLegalLearning/testForm.vue @@ -186,7 +186,6 @@ export default { score: this.score }).then(res=> { if(res?.code == 0) { - this.flag = false this.$u.toast('提亀成功') setTimeout(()=> { uni.navigateTo({ @@ -195,7 +194,6 @@ export default { }, 600) } }).catch(err=> { - this.flag = false this.$u.toast(err.masg) }) },