From 0faf89c232b4641c5e5cf66c1a30dedb94c3fd15 Mon Sep 17 00:00:00 2001 From: shijingjing <1789544664@qq.com> Date: Fri, 17 Feb 2023 11:15:40 +0800 Subject: [PATCH] 42 40 --- src/project/qujing/AppLegalLearning/testForm.vue | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/src/project/qujing/AppLegalLearning/testForm.vue b/src/project/qujing/AppLegalLearning/testForm.vue index 7a90c28..3c56de7 100644 --- a/src/project/qujing/AppLegalLearning/testForm.vue +++ b/src/project/qujing/AppLegalLearning/testForm.vue @@ -189,7 +189,7 @@ export default { }).then(res=> { if(res?.code == 0) { this.flag = false - this.$u.toast('认证成功') + this.$u.toast('提交成功') setTimeout(()=> { uni.navigateTo({ url: `./result?status=${this.status}&time=${this.studyDuration}&rightCount=${this.rightCount}&examCount=${this.list.length}&score=${this.score}` @@ -219,7 +219,7 @@ export default { .testForm_info { background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat; background-size: 100% auto; - padding: 80px 32px 0 32px; + padding: 80px 130px 0 32px; box-sizing: border-box; .type {