From 79b964055a0d001bd1c3c91d5c5f28ac1f034196 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 24 Mar 2023 09:47:58 +0800 Subject: [PATCH] =?UTF-8?q?=E9=98=B2=E6=8A=96?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- src/project/qujing/AppLegalLearning/testForm.vue | 2 -- 1 file changed, 2 deletions(-) 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) }) },