This commit is contained in:
shijingjing
2023-03-24 09:47:58 +08:00
parent 891d8bfaf5
commit 79b964055a

View File

@@ -186,7 +186,6 @@ export default {
score: this.score score: this.score
}).then(res=> { }).then(res=> {
if(res?.code == 0) { if(res?.code == 0) {
this.flag = false
this.$u.toast('提交成功') this.$u.toast('提交成功')
setTimeout(()=> { setTimeout(()=> {
uni.navigateTo({ uni.navigateTo({
@@ -195,7 +194,6 @@ export default {
}, 600) }, 600)
} }
}).catch(err=> { }).catch(err=> {
this.flag = false
this.$u.toast(err.masg) this.$u.toast(err.masg)
}) })
}, },