This commit is contained in:
shijingjing
2023-02-17 11:15:40 +08:00
parent 336d1cc48f
commit 0faf89c232

View File

@@ -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 {