42 40
This commit is contained in:
@@ -189,7 +189,7 @@ export default {
|
|||||||
}).then(res=> {
|
}).then(res=> {
|
||||||
if(res?.code == 0) {
|
if(res?.code == 0) {
|
||||||
this.flag = false
|
this.flag = false
|
||||||
this.$u.toast('认证成功')
|
this.$u.toast('提交成功')
|
||||||
setTimeout(()=> {
|
setTimeout(()=> {
|
||||||
uni.navigateTo({
|
uni.navigateTo({
|
||||||
url: `./result?status=${this.status}&time=${this.studyDuration}&rightCount=${this.rightCount}&examCount=${this.list.length}&score=${this.score}`
|
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 {
|
.testForm_info {
|
||||||
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
|
background: url("https://cdn.cunwuyun.cn/qujing/bg.png") no-repeat;
|
||||||
background-size: 100% auto;
|
background-size: 100% auto;
|
||||||
padding: 80px 32px 0 32px;
|
padding: 80px 130px 0 32px;
|
||||||
box-sizing: border-box;
|
box-sizing: border-box;
|
||||||
|
|
||||||
.type {
|
.type {
|
||||||
|
|||||||
Reference in New Issue
Block a user